是否可以从联系人选择器中选择多个联系人?
我正在使用联系人选择器,是否可以借助 contactpicker 活动中的复选框选择多个联系人?还有其他可能的方法吗? PS:现在我正在使用 contactpicker 活动,这有助于获得单个联系人! :-(
i am using contact picker, is it possible to select multiple contacts with the help of checkbox in contactpicker activity? is there any other possible way?
P.S: now i am using a contactpicker activity,which helps to get a single contact! :-(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过使用自定义
SimpleCursorAdapter
,您可以创建具有多个选择的联系人选择器。我猜您想实现如下图所示的功能:
By using a custom
SimpleCursorAdapter
you can create a contact picker with multiple selections.I guess you want to implement the functionality as shown below in this image: