Are there any possibilities to extract contacts in some of the following formats, vCard, hCard or json/xml, using the standard Android API?
A:
You can use the Android SDK to access the contacts, but there are no built-in methods that I am aware of to export in any of those formats.
CommonsWare
2009-10-19 12:48:59
A:
Android contacts are synced with the Gmail contacts, and for those, there is an API. Conversion from the data you get back from there, is another matter.
Alister Bulman
2009-10-19 13:08:17
A:
The Android 2.0 SDK has a import/export option to export or import contacts in VCard format.
Is there any API to achieve this functionality.
Safy
2009-11-12 09:36:34
noticed the same. (good question)
Schildmeijer
2009-11-12 13:43:59
+1
A:
i believe CONTENT_VCARD_URI is what you're looking for, at least for android 2.0 (api level 5).
i just lucked up and found it.
jason gilbert
2010-04-19 23:45:10