Is there any way to parse contact VCF file programmatically ?
I able to create .vcf from contacts but unable to parse in my code.
Is there any way to parse contact VCF file programmatically ?
I able to create .vcf from contacts but unable to parse in my code.
Just download ezvcard library and add it to project and use following function to read vcf file. I have checked it and working fine for me.
With the help of ez-vCard, a external library, I am able to parse vcf file. But still not able to parse it using any Android built-in API.