I want to create a quick search box to search contacts. when a word is typed in search box then it gives list of contacts which are matches with that word.
Asked
Active
Viewed 445 times
1
-
1You could accomplish that with using the SearchView in ActionBar and requesting the contacts from the Contacts Provider. – Seishin Apr 12 '15 at 18:22