Search code examples
androidandroid-gesture

How to Zoom in Screen using PagerView


I am developing an application where the main feature is the ability to read articles (in JPEG or PNG format), I am using ViewPager (to simulate the foliated pages), but now I need to implement a zoom in the image to be read, because the image is resized on a ImageView. I took a look at the Gesture class but did not get a direction to the right. If you can help me thank you! Thank you!


Solution

  • If you need Zoom in functionality You can try, https://github.com/MikeOrtiz/TouchImageView/tree/master/src/com/example/touch or https://github.com/jasonpolites/gesture-imageview