I have some struggles to find an up-to-date example how to properly handle ContactsContract to CRUD (create,read,update,delete) contacts. Most examples make use of "People", which is deprecated. Maybe I got just too much confused about the changes made, right now I don't know which way to choose.

The use of 'People' such as described at developers.android.com under 'Adding new values' should be avoided, as it is marked as deprecated, right?

link|improve this question

56% accept rate
You have an excellent tutorial here: higherpass.com/Android/Tutorials/Working-With-Android-Contacts – mgv Jul 15 '11 at 22:06
feedback

1 Answer

I followed this blog to write a sample app. You might find it helpful. http://developer.android.com/resources/articles/contacts.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.