Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to make a custom account show up like Google/LinkedIn/Facebook in the native Contacts app?
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COthe contact data is separate from the accountmanager and sync-adapter. You'll have to be making calls to the system ContentProviders to add your custom data: http://stackoverflow.com/questions/2733589/how-to-add-new-fields-to-the-contact and here http://developer.android.com/guide/topics/providers/contacts-provider.html
      singulars
    2. COHaving read through the material you linked, I don't think the first thread has the answer, I can see it's about adding custom data fields, and I have already done this, so it's not really what I'm looking for. The second link however let me to look at ContactsContract.Groups and such, yet they are still groups and not an Account like what I'm interested in. If you have any more information that could be helpful I'd really appreciate it.
      singulars
    3. COhi, the 1st thread is just a quick look on actual implementation. And the second, that's exactly it, I promise you. A contact have N number of accounts (called RawContact) and each rawContact have a bunch of properties like e-mail address, phone number, status, etc. This data is what is shown in the Contact app. On that link also there's a specific header for `Contacts Provider Sync Adapters` that starts with: "The Contacts Provider is specifically designed for handling synchronization of contacts data between a device and an online service."
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload