is it possible to selecte multiple contacts from contact picker?

前端 未结 1 1232
灰色年华
灰色年华 2021-01-07 13:39

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

1条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-07 14:33

    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

    0 讨论(0)
提交回复
热议问题