android多点触控图像缩放?

UMA*_*MAR 14 android multi-touch imageview

我现在正在全屏显示图像,我想要放大或缩小图像.关于如何实现多点触控图像缩放的任何指南?

我使用的是2.1 sdk版本.

Jan*_*usz 9

There is the possibility to use a webview to display a local file. The Webview has integrated multitouch zooming. Have a look at my question regarding this topic.


Jas*_*tes 6

我有2.1+的工作实现

WebView解决方案在4.0.x上给我带来了问题(出现了很多奇怪的白色空间)

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

可能对某人有用......


Tim*_*ger 5

一个在Android开发者博客最近的文章中包括一个例子,做你问什么.不幸的是,它依赖于ScaleGestureDetecter,它首次出现在Froyo.


Jam*_*mes 5

您是否尝试过使用意图"android.intent.action.VIEW"并让手机的内置图像查看器显示您的图像?如果手机支持,它可能会使用多点触控.

http://developer.android.com/reference/android/content/Intent.html#ACTION_VIEW