I would like to know if it is possible to listen out for key presses on the android keyboard. So when a letter is pressed then I can update a TextView when the key is released in realtime. I want to be able to show the word in reverse so to store each character in an array the append this back in reverse for the textView.
So can it be done, to set and onKeyListener maybe for the keyboard? or another way?