A multi-paged viewer for Android.
Add this in your root build.gradle
file (not your module build.gradle
file):
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
Then, add the library to your module build.gradle
dependencies {
implementation 'com.github.shopgun:verso-android:3.0.0'
}
- Easily create a multi-paged
ViewPager
like viewer. - Zoom and pan on any view, using multi-touch.
- Callbacks available for virtually all actions
There is a sample