android multitouch image zooming?

后端 未结 5 2006
栀梦
栀梦 2020-12-10 12:56

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

5条回答
  •  失恋的感觉
    2020-12-10 13:08

    I have a working implementation for 2.1+

    WebView solution caused problems for me on 4.0.x (lot's of weird white spaces appearing)

    https://github.com/jasonpolites/gesture-imageview

    Might be useful for someone...

提交回复
热议问题