如何创建 Android 手势的原始文件

发布于 2024-09-15 12:33:13 字数 214 浏览 6 评论 0 原文

我在 android 手势示例中注意到,它从 res/raw 文件夹中读取手势。对于我的应用程序来说,包含“入门”手势列表将是一件很棒的事情。这样,用户就可以使用该应用程序,而无需针对自己的个人手势进行训练。我什至希望大多数用户会乐意使用一组默认手势。

但是,我不知道如何生成将包含在应用程序的 res/raw 文件夹中的初始手势集。

有人知道如何创建此文件或在哪里查找更多信息吗?

I have noticed in the android gesture examples, that it reads the gestures from the res/raw folder. it would be a great thing for my application to include a 'getting started' list of gestures. that way a user can use the app without having to train it for their own personal gestures. i would even expect that the majority of users would be happy to use a default set of gestures.

however, i cannot figure out how to generate that initial set of gestures that i would include in the res/raw folder of my application.

anyone have ideas of how to create this file or where to look for more info?

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

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

发布评论

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

评论(3

音栖息无 2024-09-22 12:33:13

使用手势生成器工具

更新:显然,该工具已不再存在,抱歉。

Use the Gestures Builder tool.

UPDATE: Apparently, that tool no longer exists, sorry.

酒儿 2024-09-22 12:33:13

下载此示例项目“Gesture Builder”来创建手势文件。该手势文件将保存到您的 SD 卡中,将其复制并粘贴到项目的原始文件夹中。
https://android.googlesource.com/platform/development/+/主控/应用程序/GestureBuilder/

Download this sample project "Gesture Builder" to create gesture file. This gesture file will be saved to your SD card , copy and paste it to your project's raw folder.
https://android.googlesource.com/platform/development/+/master/apps/GestureBuilder/

如歌彻婉言 2024-09-22 12:33:13

以下是 Play 商店链接:手势生成器
您可以开始构建您的模式,并且文件将保存在 SD 卡中,名称为 gestures

Here is the playstore link : Gesture Builder
You can start building your patterns and a file is saved in SD card with name gestures

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