Android : How can i compare gesture with other gesture? -


how can compare (verify) gesture other one?
captured gestures in sd card , want compare user drawed gesture captured gestures

1. first have import gesture file sdcard:

adb devices #this give connected devices adb -s devicenamegivenbythepreviouscommand pull /sdcard/gestures desktop/ 

2. follow tutorial !


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -