I have a ViewPager and ImageView based class as its children. In ImageView i can intercept touch events and use ScaleGestureDetector. Question is how to implement image zooming with gestures so that it works like any modern Android image viewer?
Thanks and regards