How to convert the keycode into char or string??
keycode
char
string
Here is the example code:
public boolean onK
Tod answer is almost complete, but when you want to settext of an edittext with this eventcode you should to add a little thing:
sample_et.setText((char)event.getUnicodeChar()+"");