0

I've created a custom contact picker that allows for multiple contact selection. And how I get the selected contact list and display it in a list view back to the app like this below.?

enter image description here

If you want to see my contact picker code, let me knw.

Et Andrea
  • 273
  • 4
  • 21
  • http://stackoverflow.com/questions/17256932/displaying-contact-number-and-contact-name-in-a-custom-list-view/17258014#17258014. check this listview with contacts and checkbox. might help – Raghunandan Jul 14 '13 at 14:17
  • Yea, I've seen that. But I don't want to make a toast. I wanna to display back to the app after you have clicked on the select button. Thanks. – Et Andrea Jul 14 '13 at 14:23
  • you need to modify the same according to your requirement. What you do you mean by display back to the app. its already displayed in the listview. – Raghunandan Jul 14 '13 at 15:16
  • Ok. I meant to display it like the above image after the user clicked select button. – Et Andrea Jul 14 '13 at 15:24
  • you need to pass the value selected to the next activity and display as in next activity. – Raghunandan Jul 14 '13 at 15:25
  • OK. I get it. Thank you so much! – Et Andrea Jul 14 '13 at 15:31

0 Answers0