RurioLuca / QrCardParsing

Android Libraries to parsing and generate MeCardContent
MIT License
263 stars 36 forks source link

how to set qrcode size in vcard #6

Closed zadShaikh closed 5 years ago

RurioLuca commented 5 years ago

This library only performs the generation and parsing of a content of the QrCode, it does not generate the image.

In the sample app I used QrGen, the dimensions are set up like this:

QRCode.from(vCard.buildString()).withSize(250, 250).bitmap();

in any case, I refer you to the link to the specific library. https://github.com/kenglxn/QRGen

zadShaikh commented 5 years ago

Thank you so much sir