I wish to add custom buttons to the android IME. So I have created an InputMethodService extension as done with soft keyboard sample from code samples. But in SoftKeyboard sample a candidate view is been used to add predictive text. So I was try to use the same approach but how can I listen to onclick events when I add button on the candidate view. Is this the best way to add buttons above keyboard?

How can I change the background of each letter in the keyboard already provided or even change the buttons?

Thanks, nil

link|improve this question

74% accept rate
Are you trying to create your own IME or are you trying to alter the stock android keyboard? – slayton Oct 18 '11 at 21:42
Yes I am trying to create my own IME ? So how I can add buttons to it? – nilMoBile Oct 18 '11 at 21:48
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.