• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Using/Implementing android user dictionay.

atiq

Lurker
Hello All,
I am new to android and still unaware of many concepts of android.
I have a requirement wherein I need to implement a custom keyboard layout (input method). I need to populate suggestions for the characters being entered. When I look into SoftKeyboard example, this functionality is not implemented in it. I guess there is some API which returns me the List containing suggestions each time when I enter a character. Can anyone tell me how that API actually will be used to populate suggestions? Or is it that we need to implement our own dictionary for populating the suggestions?
 
Back
Top Bottom