How to detect gesture on Android
09/08/2009
Basic idea is using GestureDetector class.
I googled with keyword “Android Gesture” and found 2 nice articles.
1.android basic gesture detection from stackoverflow
2.small example of GestureDetector from anddev
No comments yet
