资 源 简 介
This implements image zoom and move around feature on android. Similar to what a user experiences in android image gallery.
Goal is to facilitate,
Loading any image
Let user zoom in/out with pinch zoom gesture
Let user move around the image on the screen by one touch gesture
Revert image zoom level upon extra large/small zoom levels with a elastic effect (as in android image gallery)
Same effect if the image is thrown outbound of the screen by user one touch gesture
Initial implementation is done with the support from http://www.zdnet.com/blog/burnette/how-to-use-multi-touch-in-android-2-part-5-implementing-the-drag-gesture/1789. Curtsy goes to them for doing the basic frame work.
Download (from downloads) and install the APK file in your android device to have an idea what the code does.