Hi guys, I'm new here... i've been hunting desperately through the boards and can't find and answer to my question:
I want to constantly be querying the db on textchanged events in acet or sv. I've got a sqlite db, with over 60k records. Obviously I can't load them all into the lists for autocomplete edittext or searchview (i tried just in case)
ACET -> mylist.clear on TEXTCHANGED will yield a crash if anyone picks anything (obviously because there's no longer a record in the array
SV -> SV will work when I modified it to querydb on TEXTCHANGE, but it is so slow ~ 4000ms per query (i limited the query to 5)
I think I should continue with the searchview because it's so powerful but it is too slow for the index building, is there something I can do about this to make it more usable?
I want to constantly be querying the db on textchanged events in acet or sv. I've got a sqlite db, with over 60k records. Obviously I can't load them all into the lists for autocomplete edittext or searchview (i tried just in case)
ACET -> mylist.clear on TEXTCHANGED will yield a crash if anyone picks anything (obviously because there's no longer a record in the array
SV -> SV will work when I modified it to querydb on TEXTCHANGE, but it is so slow ~ 4000ms per query (i limited the query to 5)
I think I should continue with the searchview because it's so powerful but it is too slow for the index building, is there something I can do about this to make it more usable?