What is GestureDetector?

android.view.GestureDetector. Detects various gestures and events using the supplied MotionEvent s . The OnGestureListener callback will notify users when a particular motion event has occurred. This class should only be used with MotionEvent s reported via touch (don’t use for trackball events).

Read more