Last Updated: December 19, 2019
·
28.9K
· atermenji

Android ViewPager with zoomable images

If you want to create a Gallery like Android application and you want your ImageViews to have an ability to zoom/pan capabilities, this library is a good choice:

https://github.com/sephiroth74/ImageViewZoom

If you need to show zoomable ImageViews in a ViewPager, you can implement a custom ViewPager like this one:

https://gist.github.com/3781644