I use AutoCompleteTextView to provide an address entry. The street names are defined and provided as ArrayAdapter to provide street choices. This works. Unfortunately the dropdown appears very late because it contains more than 6000 street names. I already try to modify the threshold from 2 to 6 or so, but it's not that faster.
I guess I have to override the algorithm or something if it is possible, or maybe there is another approach to solve this. Any ideas?