Nasrullah Khan
Nasrullah Khan

Reputation: 133

ImageView zooming in android through code

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

Upvotes: 11

Views: 33272

Answers (2)

Gal Rom
Gal Rom

Reputation: 6461

https://github.com/jsibbold/zoomage Much better than the offered alternatives here IMHO

Upvotes: 1

chetan mekha
chetan mekha

Reputation: 685

Below are the options available for implementing zoom in-out effect in android Imageview.

  1. How to implement zoom effect for image view in android?
  2. Android imageView Zoom-in and Zoom-Out
  3. https://github.com/chrisbanes/PhotoView

Upvotes: 18

Related Questions