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?