Hi Techie,
How to retrieve the particular contact list from xamarin forms with checkbox .
Hi Techie,
How to retrieve the particular contact list from xamarin forms with checkbox .
@VasanthakumarM-3635 Could you provide more details about your question ? What does the checkbox use for ?
I need to select particular phone contact list from xamarin forms and bind the contact name and mobile number in listview
I dont want to select all contact from my phone. How i can achieve this ?
So you want to implement multiple pick contact with checkbox , right ?
I think you have to retrieve all the contacts and bind them into a listView .
Create the template which contains a label to display the name and a checkbox to select .
Then add the item which is selected into a new list and show them into a new listView.
7 people are following this question.