Reputation: 1118
I'm writing a manager for ActionScript to detect SWIPE gesture. Yes, there is API to work with native (OS) gesture already, but my plan is:
So is anyone has some small details, tips&tricks in mind? Any experience from other mobile platforms (iOS/Android/...)? What is the SWIPE gesture in low-level terms?
My concerns:
Looking forward for your notes and comments, thank you.
UPD: Some nice found ideas: http://smartandroidians.blogspot.com/2010/04/swipe-action-and-viewflipper-in-android.html using some sort of velocity
Upvotes: 9
Views: 2081
Reputation: 1118
I have started my own open source project. Check out Gestouch on Github: http://github.com/fljot/Gestouch
Upvotes: 4