I\'m displaying an image on full screen now i want to zoom it in or out. Any one guide on how I can implement multi touch image zooming?
I am using the 2.1 sdk versi
Regarding gesture-imageview lib: https://github.com/jasonpolites/gesture-imageview
it's in fact useful, but unfortunatelly it has some bugs, like: https://github.com/jasonpolites/gesture-imageview/issues/37
Anyway, good lib to try. It solved my usecase.