an AutoCompleteTextView question

Ricky D

Well-Known Member
Licensed User
Longtime User
I have an sqlite table that has 2 fields - TableID (primary key) and CarType a string

I'd like to know how to populate the Items in the autocomplete.

regards, Ricky

Sorted it out. I was forgetting to position the database cursor position once I executed the query
 
Last edited:
Top