Android 联系人选择器清单
我正在尝试创建一个“选择多个”联系人列表,其中我可以允许用户检查多个联系人。我正在寻找的内容实际上与向多个联系人撰写消息时出现的本机活动相同。谢谢!
I'm trying to create a "select-multiple" contact list where I can allow a user to check more than one contact. What I'm looking for is effectively the same thing as the native activity that appears when composing a message to multiple contacts. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,您需要获取联系人列表,然后将其显示在 ListView 元素上。例如,我使用以下代码在 ListView 上显示所有用户联系人:
如果您不想从头开始做所有事情,那么请随意使用我现成的库来选择多个联系人:
https://github.com/kgadzinowski/Android-Multiple-Contacts-Picker-Library
At first you need to get a list of contacts and then display it on ListView element. For example I'm using following code to display all users contacts on a ListView:
If you don't want to bother yourself with making everything out of scratch then feel free to use my ready library for selecting multiple contacts:
https://github.com/kgadzinowski/Android-Multiple-Contacts-Picker-Library