我正在编写Android手机的Getsture功能。 但我有问题。
在屏幕上绘制手势时,“OnGesturePerformedListener”功能会被延迟调用。
这个延迟时间让我的苹果似乎缺乏。
== xml代码=========================================== =====
<android.gesture.GestureOverlayView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/gestures"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gestureStrokeType="single"
android:eventsInterceptionEnabled="true"
android:orientation="horizontal"
android:fadeEnabled="true"
android:fadeDuration="0"
>
=============================================== ==============
我已编码“http://android-developers.blogspot.com/2009/10/gestures-on-android-16.html”
请帮我解决问题。