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?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

