在android中创建和存储手势
我正在 Android 中构建一个应用程序,其中我应该让用户创建手势
并针对它们存储信息,以便稍后他可以通过绘制该手势
来检索该信息。现在我想知道如何以编程方式制作和存储手势。任何代码片段都会有帮助。 谢谢
I am building an app in android in which I am supposed to let the user create gesture
and store info against them, so later he can retrieve that information by drawing that gesture
. Now i want to know that how to make and store gestures programmaticaly. Any code snippet would be helpful.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个示例应用程序演示了手势的创建、存储和重新加载。在 Android SDK 安装文件夹中搜索示例/android-11/GestureBuilder。
There is a sample application that demonstrates creating, storing and reloading of gestures. Search in your Android SDK install folder for samples/android-11/GestureBuilder.
试试这个:
http://developer.android.com/resources/articles/gestures.html< /a>
Try this:
http://developer.android.com/resources/articles/gestures.html