blob: 762217ad64dab5e93872d6d21d9409fa57d90876 [file] [log] [blame]
page.tags="BasicGestureDetect"
sample.group=Input
@jd:body
<p>This sample demonstrates how to use the {@link android.view.GestureDetector}
API to detect simple dragging and tapping gestures.</p>
<p>To learn more about detecting basic touch gestures such as scrolling,
flinging, and double-tapping, see
<a href="{@docRoot}training/gestures/detector.html">Detecting Common Gestures</a>.</p>