I am creating a word guessing app, in which words can be created by swiping the buttons, i don't know how to implement the Touch event on buttons so that button can be pressed without lifting the thumb. Like the WordBrain App in the IOS (https://itunes.apple.com/us/app/wordbrain/id708600202?mt=8). Like Swipe Keyboard in android, we write the words without lifting our thumb.
I need to know the listeners to recognize the gesture when touch enter the another button dimensions and get the text of that button. Thanks