How to use OnKeyboardActionListener?
Posted
by backspace7
on Stack Overflow
See other posts from Stack Overflow
or by backspace7
Published on 2010-03-17T10:42:59Z
Indexed on
2010/03/17
10:51 UTC
Read the original article
Hit count: 339
android
|keyboard-events
Simply say, is there any example about 'OnKeyboardActionListener'?
I want to call my method, whenever user type any character on keyboard. OnKeyListener or OnKeyDown is not called when the word is composing. <- it's a problem. So, I'm trying to use 'OnKeyboardActionListener' to solve the problem above.
© Stack Overflow or respective owner