is it possible to selecte multiple contacts from contact picker?
i am using contact picker, is it possible to select multipl开发者_开发知识库e 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! :-(
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:
精彩评论