When entering text into a normal TextView
, the soft keyboard usually suggests words from a wordlist. With an AutoCompleteTextView
though, I haven't succeeded to do this.
Currently, I use this as my inputType:
android:inputType="textCapSentences|textAutoCorrect|textAutoComplete"
The autocomplete box shows up as usual, but not the suggestions/wordlist-function...