I'am looking for a way to implement a pinch to zoom in a ImageView. I have found this article on stackoverflow: http://stackoverflow.com/a/6650484/1673195, only it's not the 100% solution for me. (Image can go outside view, image must start with scale: FitCenter and from their zoom in or out).
Anybody got a good article about this or a solution/component?