I am developing android application. In it i have used AutoCompleteTextview. It works fine in my application when i want to select only one text but what if i want to select multiple text??? After selecting one text it don’t get any more suggestion.Plz solve my problem.Thank you.
I am developing android application. In it i have used AutoCompleteTextview. It works fine
Share
You probably want
MultiAutoCompleteTextView.AutoCompleteTextViewis for single-selection only.