如何在Android Gallery小部件中启用缩放和平移功能?

时间:2011-04-13 07:43:35

标签: android gallery imageview

Android Gallery小部件中的ImageView不提供缩放和平移功能。

有谁知道如何启用这些功能?

感谢。

1 个答案:

答案 0 :(得分:1)

ImageView或Gallery没有“缩放和平移”。您需要找到提供此功能的第三方代码,或者自己编写。

以下是在ImageView上实现自己的缩放逻辑的一些链接:

http://blogs.sonyericsson.com/developerworld/category/tutorials/zoom/

http://www.zdnet.com/blog/burnette/how-to-use-multi-touch-in-android-2-part-6-implementing-the-pinch-zoom-gesture/1847

android multitouch image zooming?

以下是现有的支持多点触控的小部件:

http://code.google.com/p/android-pinch/