I have try to set gesture event on text view. i want to access left to right and right to left event on text view. same like touch event. i have text view and i want to set event on it. i have also try this example but not working on text view. can any one help me.
Share
Try creating your on View and implement a TouchListener there.