Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 745 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 745 Bytes

Verso-android

A multi-paged viewer for Android.

Download

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

Features

  • Easily create a multi-paged ViewPager like viewer.
  • Zoom and pan on any view, using multi-touch.
  • Callbacks available for virtually all actions

Usage

There is a sample