Android 在图像上使用手势

发布于 2024-11-09 23:57:14 字数 307 浏览 0 评论 0原文

我正在继续学习 android,现在已经达到了使用手势的程度。

到目前为止,我拥有的是一个活动屏幕,当识别手势模式时,我可以弹出一个 Toast。

我想做的是显示一个图像中心屏幕,在这种情况下,它将是供用户复制的手势图像。我还希望图像成为手势检测的唯一区域。这将使用户松散地跟踪手势,尽管完全遵循指南不是我想要实现的目标。

我想我需要用 GestureListener 扩展 ImageView,但我有点不清楚如何做到这一点。有人可以提供示例或给我指出一个好的教程吗?

预先感谢,

里克

I'm continuing my learning with android and have now reached the point where I'm plating with gestures.

What I have so far is a activity screen and I can pop a Toast up when the gesture pattern is recognised.

What I'd like to do is display an image centre screen, which in this case will be a image of the gesture for the user to copy. I'd also like the image to be the only area for the gesture detection. This would me the user loosely traces the gesture, although following the guide exactly is not what I'm trying to achieve.

I think I need to extend ImageView with a GestureListener, but I'm a little unclear on how to do that. Could anyone supply and example or point me to a good tutorial please?

Thanks in advance,

Ric

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

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

发布评论

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

评论(3

那些过往 2024-11-16 23:57:14

单击此处获取具有图像视图的访客监听器的示例代码。

您还可以点击此处获取关于访客监听器的教程

谢谢
迪帕克

Click here to get sample codes on guesture listeners with image view.

Also you click here to get tutorial on guesture listener

Thanks
Deepak

赴月观长安 2024-11-16 23:57:14

您可以使用教程。

我希望对你有帮助。

you can use this tutorial.

I hope that help you.

z祗昰~ 2024-11-16 23:57:14

这个教程将教您有关您想要做什么的基础知识。

This tutorial will teach you the basics about what you want to do.

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