I am trying to design a application for android in which, I have stored all the contacts of the phone in SQLite database and i want that the suggestion in AutoCompleteTextView should be filled from the database. Please tell me how can i achieve my target?
I am trying to design a application for android in which, I have stored
Share
Get an instance of
CursorAdapter, then set it as the adapter of yourAutoCompleteTextView.