How are auto suggestions implemented in Android?

I am trying to see in Android source code how exactly the auto suggestion is implemented. For example, editable composite text in a messaging app shows suggestions when we start typing. I understand that the input method displays candidates based on a dictionary. But where do they get their suggestions from? Is there a database of dictionaries? I don't see any code where it fetches words from any source.

+3


source to share


1 answer


Try google first ...: http://blog.jamware.biz/2009/11/android-development-how-to-add-auto.html



0


source







All Articles