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.