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