Can someone explain the difference between MultiAutoCompleteTextView
and AutoCompleteTextView
?
AutocompleteTextView
only offers suggestions about the whole
sentenceMultiAutoCompleteTextView
offers suggestions for every token in the
sentence.You can specify what is the delimiter between tokens also set the first or any no. of characters using setThreshold()
with MultiAutoCompeleteTextView
control in Android.