简体   繁体   English

如何存储和检索手势?

[英]How can I store and retrieve Gestures?

How can I create a gesture and store it in Android? 如何创建手势并将其存储在Android中? I want to list those gestures also. 我也想列出这些手势。 Can anyone provide me an example? 谁能给我一个例子吗?

The Android dev Gestures page has a link to their GesturesDemos example code. Android dev Gestures页面具有指向其GesturesDemos示例代码的链接。 The GesturesDemos contains the Gesture Builder sample app which is used to create Gestures . GesturesDemos包含用于创建GesturesGesture Builder示例应用程序。 There are also examples that show you how to import and use these Gestures in your app. 也有一些示例向您展示如何在应用程序中导入和使用这些Gestures

Good luck! 祝好运!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Android中存储和检索首选项? - How can I store and retrieve preferences in Android? 如何在flutter中禁用mapbox中的手势? - How can I disable the gestures in mapbox in flutter? 如何在共享首选项中存储图像并进行检索? - how can I store image in Shared Preferences and retrieve it? 如何存储和检索 Firebase 中的纬度和经度值? - How can I store and retrieve latitude and longitude values from Firebase? 如何存储地图坐标并检索它们 - How can I store map coordinates and retrieve them 如何在sqlite-android中存储图像并检索相同图像 - how can I store image and retrieve the same in sqlite-android 如何使用Xamarin获得Google Glass手势? - How can I get Google Glass gestures working with Xamarin? 如何在自定义视图中检测辅助功能手势? - How can I detect accessibility gestures from within a custom view? 如何使用网络存储和检索数据? - how can use the network to store and retrieve data? 如果我使用 Xamarin.Essentials Preferences 存储数据,那么如何在 Android Splash 活动中检索该数据? - If I store data using Xamarin.Essentials Preferences, then how can I retrieve that data in an Android Splash activity?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM