Please anyone tell me if there is any listener on finding which key is pressed currently in an EditText from softkeyboard programmatically.
onKeyListener is for hardkeyboard only and i cant write 100 if else conditions for each and every keycode's and using textwatcher you can get the whole string but not the current pressed key. I have looked into all of these solutions.
Note : What i require is that when the user presses "A" key, it should show toast "A" (or any other alphabet)