Leave a Free ImageView to Rotate and Zoom [closed]

1

I am developing an application where I have a large image map that I want to place in an activity of my application, but I want it to be rotated with my fingers and zoomed as if it were google maps.

Therefore the image would come out in original size in the activity and I would rotate it and zoom if I want ...

Does anyone help me or where to look to do it?

    
asked by Edwin Anaya 29.03.2017 в 22:03
source

1 answer

0

Edit: You can call View.setRotation() , View.setPivotX() , View.setPivotY() , View.setScaleX() , View.setScaleY() , View.setTranslationX() and View.setTranslationY() on your ImageView.

Reference: link

Here is an example that does everything: link

Wrong old answer:

This can fit what you're looking for ... the library is called Crooper, I leave the repository with its documentation: link

greetings

    
answered by 29.03.2017 / 22:27
source