Files
android_development/samples/browseable/BasicGestureDetect/_index.jd
quddusc 3943cdc962 Updated browsable sample descriptions.
Change-Id: I21e3dfacb4bc1acfbe3b17c5f8001ee758f9eec2
2013-10-30 20:51:43 -07:00

13 lines
393 B
Plaintext

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>