Android - Create gestures in my application -
i creating android application, in implementing "new gesture creation" , "gesture detection". have searched in internet.
i found link, https://stackoverflow.com/a/7778361/1485254
they mentioned,
"android 1.6 , higher sdk platforms include new application pre-installed on emulator, called gestures builder. can use application create set of pre-defined gestures own application..."
but should create these gestures application. possible application(gesture creation). can give me suggestion regarding this.
android supports gesture api since version 1.6. api can located in package android.gesture, , lets store, load, draw , recognize gestures. below tutorial show proof-of-concept application how can make use of gesture api.
here have source code of gesture builder
gesture builder installed in emulator , can download here
and gesture source code examples here
Comments
Post a Comment