Set up suggestions on your Android keyboard

The Android keyboard displays suggestions as you type. Values ​​are selected from contacts. I am writing an application in which the values ​​suggested from contacts do not create scenes, for example. Names of different operating systems (these names will not be in the contact list).

I want to configure these suggestions so that the Android keyboard displays sentences from the list of values ​​provided by me.

+5
source share
1 answer

It seems like it would be better to create a list of operating systems and let the user choose between them. Take a look at ListFragments (http://developer.android.com/reference/android/app/ListFragment.html )

+1
source

All Articles