Re: [android-developers] Re: Export contact to vCard

2011-05-10 Thread Kostya Vasilyev
Have you looked at the vCard format specs? http://en.wikipedia.org/wiki/VCard http://tools.ietf.org/html/draft-ietf-vcarddav-vcardrev-19 Even if the library you're using doesn't directly support the items you wish to export, with those specs and examples it should be pretty easy to implement.

[android-developers] Re: Export contact to vCard

2011-05-10 Thread peleflip
Anyone did something similar using another library or is there another way to do it? Thanks On 7 mayo, 10:44, peleflip wrote: > Hi everyone, > > i'm using the library android-vcard(http://code.google.com/p/android-vcard/) > to export data contacts to avCard > > The problem i'm having is that i