开发者

How to load contacts in text view at the time of editing?

开发者 https://www.devze.com 2023-02-11 00:22 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消