Hi I am creating a contact based ap开发者_开发问答plication.In that i have a text view in that I want load the contacts from phone at the time of editing the text view.
Please any one help me how to do this Thanks in Advance
you can use a TextWatcher to get notified when the editing starts. For more information on how to query contacts you can take a look at the contacts tutorial provided at http://blog.app-solut.com/2011/03/working-with-the-contactscontract-to-query-contacts-in-adroid/ its about how to query all contacts and basic information on contacts.
精彩评论