Shehroz Saleem
Lurker

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 background can be changed and gettext of button am currently on, 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 while swiping on keys. For Example ( https://play.google.com/store/apps/details?id=com.nuance.swype.trial&hl=en).
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