splitwise / TokenAutoComplete

Gmail style MultiAutoCompleteTextView for Android
Apache License 2.0
1.3k stars 384 forks source link

How to intialize token autocomplete without default values? #360

Closed abrajeethan closed 6 years ago

abrajeethan commented 6 years ago

I am trying to initalize token autocomplete text view without default array, values will be loaded only when loaded from internet response. How can I achieve this?

mgod commented 6 years ago

You should implement your own ListAdapter that implements Filterable and loads data remotely.