ImagePager icon indicating copy to clipboard operation
ImagePager copied to clipboard

Implementation of ViewPager for Android that supports sliding to change picture, zooming picture by various touch gestures.

Image Pager

Download

What is it?

Image Pager is an Android widget, Implementation of ViewPager for Android that supports sliding to change picture, zooming picture by various touch gestures.

Features

  • It extends ViewPager, so it works like a ViewPager

  • Load image from Resource, External Storage or the Internet

  • With memory cache and disk cache supported

Technical Information

  • Required minimum API level: 14(Android 4.0)

  • Supports all the screens sizes and density.

Usage

Step 1

Gradle

dependencies {
        compile 'com.celerysoft:imagepager:2.2.0'
}

Step 2

Add the ImagePager to your layout

<com.celerysoft.imagepager.ImagePager  
        android:id="@+id/image_pager"  
        android:layout_width="match_parent"  
        android:layout_height="match_parent" />

Step 3

Create an adapter for the ImagePager, you can see it in the demo.

Screenshots

Screenshot 1

Screenshot 2

Credits

PhotoView

DiskLruCache

License

MIT