broakenmedia / MultiContactPicker

Launch a multi-select contact picker activity, useful for importing and inviting contacts to apps.
Apache License 2.0
143 stars 58 forks source link

show all selected contacts #26

Closed chukkamahesh8 closed 6 years ago

chukkamahesh8 commented 6 years ago

Hi, Thanks for this library Saved my time.

But, I am new to android. Can you help me out to show the selected contacts list with comma separated as Toast message?

broakenmedia commented 6 years ago
String myCommaSeperatedString = TextUtils.join(",", results);