https://github.com/ihsanbal/wiv
Window image viewer [DEPRECATED]
https://github.com/ihsanbal/wiv
image-viewer media multiple view viewer window
Last synced: about 1 year ago
JSON representation
Window image viewer [DEPRECATED]
- Host: GitHub
- URL: https://github.com/ihsanbal/wiv
- Owner: ihsanbal
- License: mit
- Created: 2017-05-31T13:23:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T08:56:48.000Z (almost 9 years ago)
- Last Synced: 2025-03-30T17:11:42.203Z (about 1 year ago)
- Topics: image-viewer, media, multiple, view, viewer, window
- Language: Java
- Homepage:
- Size: 8.14 MB
- Stars: 195
- Watchers: 7
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Wiv
--------
[](https://circleci.com/gh/ihsanbal/Wiv/tree/master)

Library of [Tweet-ui](https://docs.fabric.io/android/twitter/tweet-ui.html) TweetMediaView component.
Usage
--------
```java
MediaView mediaView;
ArrayList medias;
//medias.add("http://datalook.io/app/uploads/NY.jpg");
mediaView.setOnMediaClickListener(new MediaView.OnMediaClickListener() {
@Override
public void onMediaClick(View view, int index) {
Snackbar.make(view, "onClickIndex :" + index, Snackbar.LENGTH_LONG).show();
}
});
mediaView.setMedias(medias);
```
```xml
```
Download
--------
Gradle:
```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
compile 'com.github.ihsanbal:Wiv:1.0.0'
}
```
Maven:
```xml
jitpack.io
https://jitpack.io
com.github.ihsanbal
Wiv
1.0.0
```
Screenshots
--------