how can set gesture event in android on Text View
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.
Try creating your on View and implement a TouchListener there.
精彩评论