i have a AutoCompleteTextView with a array of more than 2000 strings. The drop down list is too munch slow with all these strings.
Exists a way to speed up the drop down list? Maybe using Hashtable?
I can't find anything about this on google.
Thanks