Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 678
Nasrullah Khan Avatar asked Apr 26 '17 12:04

Nasrullah Khan


1 Answers

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
like image 187
chetan mekha Avatar answered Nov 15 '22 16:11

chetan mekha