Files
android_development/samples/browseable/BasicGestureDetect/_index.jd
quddusc 11d2eef36f Updated browsable sample descriptions.
Change-Id: I21e3dfacb4bc1acfbe3b17c5f8001ee758f9eec2
(cherry picked from commit 3943cdc962)
2013-10-31 11:55:15 +00: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>