如何使用 tabhost 在活动中显示手机联系人
在我的应用程序中,我使用选项卡视图,在第一个视图中,我想显示手机中的所有联系人。如何从手机获取联系人并将其显示在选项卡视图下的活动中。
In my application i am using a tab view and in my first view i want to show all the contacts from my phone. How to get the contacts from phone and display them in an activity under tab view.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用以下代码从设备获取联系人
然后您可以将所有号码和姓名添加到两个数组列表中并显示在第一个选项卡的列表中
Use following code to get contacts from device
Then You can add all numbers and names in two arraylist and display in list in first tab
这将帮助您获取手机的联系人列表::::
http://developer.android.com/guide/topics/providers/content-providers.html
This will help to you get contact list of your phone::::
http://developer.android.com/guide/topics/providers/content-providers.html