/android-swipe-image-viewer

Android Image Viewer that moves to the previous and next images by swiping

Primary LanguageJava

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] 1

Here is my [blog post] 2 explaining how it was made.

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