使用复选框显示所有电话联系人
![我正在开发一个应用程序,我想在其中显示带有复选框的所有联系人,如图所示,我可以显示所有联系人,但不能显示复选框,请帮助我。][1]
![I am developing an application in which I want to display all contacts with a checkbox, as shown in pic I can display all contacts but not with checkbox please help me.][1]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我理解正确,您正在尝试在 ListView 中显示用户的联系人。在这种情况下,您必须创建一个适配器(很可能是 CursorAdapter),然后将其连接到 ListView。有关更多信息,请查看本教程 http://developer.android.com/培训/contacts-provider/retrieve-names.html
If I understood you correctly, you are trying to display user's contacts in the ListView. In this case you have to create an adapter (most probably CursorAdapter) which you then connect to the ListView. For more information check out this tutorial http://developer.android.com/training/contacts-provider/retrieve-names.html