如何在编辑时在文本视图中加载联系人?
你好 我正在创建一个基于联系人的应用程序。我有一个文本视图,我想在编辑文本视图时从手机加载联系人。
请任何人帮助我如何做到这一点 提前致谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 TextWatcher 在编辑开始时收到通知。
有关如何查询联系人的更多信息,您可以查看 http://blog.app-solut.com/2011/03/working-with-the-contactscontract-to-query-contacts-in-adroid/< /a>
讲述如何查询所有联系人以及联系人的基本信息。
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.