is it possible to selecte multiple contacts from contact picker?

妖精的绣舞 提交于 2019-12-09 02:05:33

问题


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! :-(


回答1:


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:



来源:https://stackoverflow.com/questions/4192559/is-it-possible-to-selecte-multiple-contacts-from-contact-picker

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!