Search code examples
androidcheckboxcontacts

is it possible to selecte multiple contacts from contact picker?


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


Solution

  • 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:

    alt text