Gestures on a textview in Android

1.4k Views Asked by At

How can I have my textview detect if a circle is drawn on it's surface? And help would be great.

Thanks so much. -Mitchell

1

There are 1 best solutions below

4
On

You have to add a GestureOverlayView to your application.

There is a nice walkthrough for gestures on the Android Developers site: http://developer.android.com/training/gestures/detector.html