0

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

Pableras84
  • 1,195
  • 5
  • 18
  • 30
  • http://sujitpal.blogspot.com/2007/02/three-autocomplete-implementations.html – Selvin Oct 16 '12 at 19:31
  • near 2006 post for a android question? – Pableras84 Oct 16 '12 at 20:04
  • Why not... Its about how to optimize search within words for autocomplete... Im pretty sure that arraylist is using really not optimized algorithm for this... This link is only bunch of ideas... You can try DB solution - sqlite with fts3 table (since AutoCompleteTextView can work with CursorAdapter) – Selvin Oct 16 '12 at 20:14

0 Answers0