Reputation: 628
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. "
Upvotes: 5
Views: 81
Reputation: 574
Use the following lib in your project. It is very simple to implement. You will get all geastures. https://github.com/jasonpolites/gesture-imageview
Upvotes: 3
Reputation: 12953
You can use Subsampling Zoom Image View to perform Zooming on gestures of Hand Just download and include lib in your Project,then follow instruction to implement
Upvotes: 0