Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 android 中构建一个应用程序,我应该让用户在其中创建gesture和存储针对他们的信息,以便稍后他可以通过绘制它来检索该信息gesture。现在我想知道如何以编程方式制作和存储手势。任何代码片段都会有所帮助。谢谢
gesture
有一个示例应用程序演示了手势的创建、存储和重新加载。在您的 Android SDK 安装文件夹中搜索 samples/android-11/GestureBuilder。
试试这个:
http://developer.android.com/resources/articles/gestures.html