After scanning the "ADDRESSBOOK" type from QR code, the content that I get is the simple string like:
Sandeep
abc
def
;;my new address
+908888888888
+901111111111
+902222222222
homeemail@example.com
workemail@example.com
http://www.google.com
Now I want to convert this string into vCard and open the address book of the device(phone) with all these contents filled on the specific column...I researched a lot but no Idea. Please guide me into this.
EDIT:
check this QR code:
I have created this vCard type QR code using http://goqr.me/
but after scanning, It just shows the content, not in the vCard format. But I want to convert this simple comtent into vCard.
Please help..