Hi
I am creating a contact based application.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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.