I have data of contact locally in the app, I want to create a contact object and share it as v-card or vcf file to other phone using whatsapp, facebook etc.
Most of the solutions are based on getting contacts from contacts list and then sharing those, but in my case I have to create it programmatically.