Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rotation and zooming imageview in android

Tags:

android

I am working on a project in which zooming and rotation of the image view is required according user finger gesture,as in some iPhone apps work.please suggest me how can i do in android. "

like image 402
Ashish srivastava Avatar asked Oct 20 '22 01:10

Ashish srivastava


1 Answers

Use the following lib in your project. It is very simple to implement. You will get all geastures. https://github.com/jasonpolites/gesture-imageview

like image 123
impathuri Avatar answered Oct 23 '22 10:10

impathuri