I am creating an android application to detect the gestures. For this I have referred the following link.
In the main.xml, they are using android.gesture.GestureOverlayView
to find the gesture.
But I want to use Imageview
instead of android.gesture.GestureOverlayView
.
Note: I have searched in the internet. I got the following ref. But this is not helped me.
Android Gestures over an image
Is it possible? How can I achieve this?