I have applied the processBuisnessCard method. I also got the reult in both the forms xm and vcard. Now i want to know how to save the corresponding fields such as name,phone no,email etc on my phones contacts. More precisely i want to know how to parse the xml file ?
Buisness Card Reader
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
You can find output XML file format structure at the bottom of the page processBusinessCard Method. If you would like to split the Name field to the FirstName, LastName, MiddleName and ExtraName components, try to use the processBusinessCard method with xml:writeFieldComponents=true parameter.
サインインしてコメントを残してください。