Getting a gestureoverlayview
- by Codejoy
I have been using some nice tutorials on drawing graphics on my android. I wanted to also add in the cool gesture demo found here:
http://developer.android.com/resources/articles/gestures.html
That takes these lines of code:
GestureOverlayView gestures = (GestureOverlayView) findViewById(R.id.gestures);…