Reputation: 151
I'm trying to develope an application able to zoom with two fingers an imageview, i've read a lot of comments on this web but i 'm not able to make it run, I need to get the coordinates X Y after zoom too, can anyone help me?
Upvotes: 0
Views: 708
Reputation: 10342
You can use Chris Bane's PhotoView
library. https://github.com/chrisbanes/PhotoView
It also has built-in functions regarding to getting the coordinates when user make an interaction.
Upvotes: 3