2

Possible Duplicate:
android multitouch image zooming?

how to implement pinch zooming on a Imageview, programmatically created in android ?

Community
  • 1
  • 1
Viju
  • 91
  • 2
  • 6

1 Answers1

1

See this : http://vivin.net/2011/12/04/implementing-pinch-zoom-and-pandrag-in-an-android-view-on-the-canvas/

and How can I get zoom functionality for images?

also see : http://androidtrainningcenter.blogspot.se/2012/04/pinching-zoom-in-android-image-view-or.html

and : http://www.mysecretroom.com/www/programming-and-software/android-multi-touch-handling

Community
  • 1
  • 1
Software_Designer
  • 8,490
  • 3
  • 24
  • 28
  • This library will do it for you plus a few other useful things. https://stackoverflow.com/questions/6578320/how-to-apply-zoom-drag-and-rotation-to-an-image-in-android/47861501#47861501 – user2288580 Dec 18 '17 at 03:15