How can I get zoom functionality for images?

后端 未结 13 1344
粉色の甜心
粉色の甜心 2020-11-22 02:13

Is there a common way to show a big image and enable the user to zoom in and out and pan the image?

Until now I found two ways:

  1. overwriting ImageView,
13条回答
  •  没有蜡笔的小新
    2020-11-22 02:47

    You could also try out http://code.google.com/p/android-multitouch-controller/

    The library is really great, although initially a little hard to grasp.

提交回复
热议问题