I use getAllPerson() function and show all people in TableView i want to do delete selected person. but removePerson() only supported for iphone, how i delete with Android. any suggestion appreciated
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t know how you implemented the edit action that should remove the selected person, but, I think that, as the
removePersonis not yet implemented (may be never) for Android, you have to use intents.For this, here are two sources where you can find all the information you have to know:
On by clicking on the person you want to delete, you have to get his contact ID.
Then, here is where I’m not sure at all :