• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2
3
4page.tags="BasicGestureDetect"
5sample.group=Input
6@jd:body
7
8<p>This sample demonstrates how to use the {@link android.view.GestureDetector}
9API to detect simple dragging and tapping gestures.</p>
10<p>To learn more about detecting basic touch gestures such as scrolling,
11flinging, and double-tapping, see
12<a href="{@docRoot}training/gestures/detector.html">Detecting Common Gestures</a>.</p>
13