chiuki / android-swipe-image-viewer

Android Image Viewer that moves to the previous and next images by swiping
142 stars 60 forks source link

Android Swipe Image Viewer

This image viewer shows one image at a time. Swiping moves the image back and forth.

The initial implementation uses ImageSwitcher with GestureDetector: ImageSwitcher tag

Here is my blog post explaining how it was made.

It has been updated to use ViewPager, which slides the images as you swipe, giving better visual feedback.