Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ihsanbal/Wiv

Window image viewer [DEPRECATED]
https://github.com/ihsanbal/Wiv

image-viewer media multiple view viewer window

Last synced: about 22 hours ago
JSON representation

Window image viewer [DEPRECATED]

Lists

README

        

Wiv
--------

[![CircleCI](https://circleci.com/gh/ihsanbal/Wiv/tree/master.svg?style=svg)](https://circleci.com/gh/ihsanbal/Wiv/tree/master)
![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=square)

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
--------