4

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

cubesoft
  • 3,448
  • 7
  • 49
  • 91

1 Answers1

0

Check out this pinch & zoom tutorial

This was already answered here https://stackoverflow.com/a/5376296/313745

Community
  • 1
  • 1
JuanMa Cuevas
  • 1,162
  • 9
  • 22