I am developing Android application for book. I create total images for book is one hundred. In the app two buttons present one is previous button and second is next button. The previous button and next move images forward and back correctly. But now I want to implement zooming effect for image. But the text are some smalls not seen correctly. Please help. Thank you
Asked
Active
Viewed 3.2k times
10
-
`But the text are some smalls not seen correctly` what is this? For zoom you can find custom imageview on internet that can zoom images on tap. – Pushpendra Apr 26 '17 at 12:27
-
I'd use this library: https://github.com/chrisbanes/PhotoView – Vladyslav Matviienko Apr 26 '17 at 12:41
2 Answers
18
Below are the options available for implementing zoom in-out effect in android Imageview.

Vishal Yadav
- 3,642
- 3
- 25
- 42

chetan mekha
- 665
- 6
- 18
-
-
In your build.gradle add dependency. compile 'com.github.chrisbanes:PhotoView:latest.release.here' then inside your code us can use – chetan mekha Apr 27 '17 at 07:06
0
https://github.com/jsibbold/zoomage Much better than the offered alternatives here IMHO

Gal Rom
- 6,221
- 3
- 41
- 33