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 usi
By using a custom SimpleCursorAdapter you can create a contact picker with multiple selections.
SimpleCursorAdapter
I guess you want to implement the functionality as shown below in this image: