Top "Android-touch-event" questions

For questions about detecting, handling and responding to touch events in a view, in the Android platform.

Android: Difference between onInterceptTouchEvent and dispatchTouchEvent?

What is the difference between onInterceptTouchEvent and dispatchTouchEvent in Android? According to the android developer guide, both methods can be …

java android event-handling event-listener android-touch-event
Prevent single tap from changing SeekBar progress

I am using a SeekBar in my Android app. When a user single taps anywhere on the SeekBar, its progress …

android android-seekbar android-touch-event
Android - how to detect a touch on screen is a "scroll" touch?

I am creating an android app in Java in which I have a lot of <TextView> around the …

java android android-scrollview android-touch-event
Double tap: zoom on Android MapView?

After a little bit of work my route application works fine. The only thing I just want to add is …

java android android-view android-mapview android-touch-event