如何在 android 2.1 中的单独列表视图上获取 android 联系人列表数据?
我已经创建了一个列表视图。现在我想在我的列表视图上显示 Android(电话簿)联系人列表中的数据(联系人号码、姓名)。 我得到了 android 1.5,但我想为 android2.1updated 做到这一点。
如何做到这一点?任何人都可以指导我或提供一些示例代码吗? 提前致谢 - -
i have created one listview.now i want to show data(contact no.,name) from contactlist of android(Phonebook) on my listview.
i got it for android 1.5 but i want to do it for android2.1updated.
How to do it?can any one guide me or give some sample code?
Thanks in advance---
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您在 1.5 中实现了这一点,那么 URI 可能会略有不同。您应该在 2.1 中获取更新/更改的联系人 URI。为了进一步理解,这里有一个 2.1updated 的示例代码:
所以上面只是我用于我的任务的示例代码。您可以通过进行相应的更改来获得所需的内容。我希望它有帮助。
If you have achieved it in 1.5 then there can be a small difference of URI. You should go for updated/changed URI of Contacts in 2.1. For further understanding here is a sample code for 2.1updated:
so above is just a sample code that I used for my task. You can get what you need by making changes accordingly. I hope it helps.
这将帮助您获得联系人。
要获取特定联系人的电话号码,您需要使用:
This will help you getting contacts.
For getting phone number of a particular contact,you need to use: