Skip to content

tjek/verso-android

Repository files navigation

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

About

A multi-paged viewer for Android.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages