I detect swipe gesture on 2 views with different methods: first is via GestureDetector, and the second is GestureOverlayView (I need this because the 2nd view is the GridView and GestureDetector does not work properly on this).
The first is almost instant, but the second has delay about 1 second (Nexus S, ICS). Why, and how can I fix it?
I can not change the method, because I'll need to recognize more complicated gestures later, but I want it to work instantly.
I found the solution:
android:fadeOffset="0"
android:fadeDuration="0"
And it works instantly :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With