Ashish srivastava
Ashish srivastava

Reputation: 628

Rotation and zooming imageview in 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. "

Upvotes: 5

Views: 81

Answers (2)

impathuri
impathuri

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

Rajan Kali
Rajan Kali

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

Subsampling Zoom Image View

Upvotes: 0

Related Questions