This library is concise. It takes a string and converts it into a QR image that can be displayed in an imageview.
It has only one function shown above.
Enjoy..
B4X:
CreateQRImg(txt As String, filePath As String, size As Int, imgType As String)
'//Parameters
'txt: the string to be converted to QR image
'filePath: path of the generated image file
'size : size of the image
'imgType: the type of the image e.g., png
'
Enjoy..
Attachments
Last edited: