Playground around gestures in Android SDK.
sample-gestures is hosted in the following web site
https://github.com/RobertBizonych/sample-gestures
If you think the Android project sample-gestures listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of sample-gestures.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 16 |
Minimum SDK Version | 10 |
Activity Count | 3 |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
Raw File Names | res-master\sample-gestures-master\res\raw\gestures |
There are 2 image files in sample-gestures. The names of the image files are listed as follows.
down.png up.png
The following screenshort is generated from the image listed above.
sample-gestures has the following Java source files.
com.practice.gestures.CreateGestureActivity.java com.practice.gestures.GestureBuilderActivity.java com.practice.gestures.GestureRecognizeActivity.java