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

check out create gesture programmatically in android


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -