使用复选框显示所有电话联系人

发布于 2024-12-06 13:15:27 字数 74 浏览 0 评论 0原文

![我正在开发一个应用程序,我想在其中显示带有复选框的所有联系人,如图所示,我可以显示所有联系人,但不能显示复选框,请帮助我。][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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

远昼 2024-12-13 13:15:27

如果我理解正确,您正在尝试在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文