API 中的手势生成器 27
Gesture Builder in API 27
我尝试在 Android 中学习手势处理,我试过这个教程:www.techotopia.com/index.php/Implementing_Android_Custom_Gesture_Recognition_with_Android_Studio
我的问题是,我无法在我的 Android Studio 3.0.1 中下载 SDK 示例,因为没有这样调用的选项:
所以我在 Appstore 上试用了这个应用程序:https://play.google.com/store/apps/details?id=pack.GestureApp
但是当我尝试像这样读取文件时:
gLibrary = GestureLibraries.fromRawResource(this, R.raw.gesture);
gLibrary 总是空的。
因此,我试图在此处找到官方的 Gesture Builder 应用程序:https://developer.android.com/samples/index.html 并在 Android Studio 中:File/New/Import 示例:
如你所见,那里也什么都没有。
我也试过得到旧的 (API 17) 版本 运行: https://github.com/Miserlou/Android-SDK-Samples
但我一遍又一遍地出错。
所以让我们开始我的问题。今天如何使用 API 26/27 构建手势文件或如何获取旧的 Gesture Builder (运行).
我通过下载所有 API 27 个包解决了这个问题
我尝试在 Android 中学习手势处理,我试过这个教程:www.techotopia.com/index.php/Implementing_Android_Custom_Gesture_Recognition_with_Android_Studio
我的问题是,我无法在我的 Android Studio 3.0.1 中下载 SDK 示例,因为没有这样调用的选项:
gLibrary = GestureLibraries.fromRawResource(this, R.raw.gesture);
gLibrary 总是空的。
因此,我试图在此处找到官方的 Gesture Builder 应用程序:https://developer.android.com/samples/index.html 并在 Android Studio 中:File/New/Import 示例:
我也试过得到旧的 (API 17) 版本 运行: https://github.com/Miserlou/Android-SDK-Samples 但我一遍又一遍地出错。
所以让我们开始我的问题。今天如何使用 API 26/27 构建手势文件或如何获取旧的 Gesture Builder (运行).
我通过下载所有 API 27 个包解决了这个问题