Android image rotation and scaling

I am working on a project in which scaling and rotation of the image is required according to the user's finger gesture, as in some iPhone applications. Please suggest me how can I do this in android. "

+5
source share
2 answers

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

+3
source

You can use Submpling Zoom Image View to perform Zoom with hand gestures. Just load and include lib in your project, then follow the implementation instructions.

Subtask Zoom Image View

0
source

Source: https://habr.com/ru/post/1232336/


All Articles