是否有适用于 Android Pinch Zoom 的第 3 方库

发布于 2024-11-04 03:43:22 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

素年丶 2024-11-11 03:43:22

看看这个:http://code.google.com/p/android-捏/

那里没有太多活动,但您可以看一下代码。

这个问题也应该对您有帮助: Android 中是否有内置 API 用于处理捏合缩放功能

Take a look at this one: http://code.google.com/p/android-pinch/

Not a lot of activity there, but you can take a look a the code.

this question should help you also: Is there a built in API for handling pinch-zoom functionality in Android

百变从容 2024-11-11 03:43:22

Android 开发者博客文章 http://android-developers .blogspot.com/2010/06/making-sense-of-multitouch.html 解释了多点触控事件的一般处理,并给出了ScaleGestureDetector,Android 框架的一个组件,用于检测捏缩放手势并回调您的代码来处理它。

The Android Developers Blog post at http://android-developers.blogspot.com/2010/06/making-sense-of-multitouch.html explains general handling of multitouch events and also gives examples of ScaleGestureDetector, a component of the Android framework that detects pinch zoom gestures and calls back into your code to process it.

旧情勿念 2024-11-11 03:43:22

我想你应该看看 Github 上的这个库 https://github.com/sephiroth74/ImageViewZoom

I guess you should have a look at this Library on Github https://github.com/sephiroth74/ImageViewZoom

一袭白衣梦中忆 2024-11-11 03:43:22

这是帮助吗?它可能比你想象的更简单:
实现捏合缩放手势

Is this help? It may be a little more simple than you thought:
Implementing the Pinch Zoom Gesture

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文