Private Sub QrCode(value As String) As Boolean
Dim QRGenerator1 As QRGenerator
QRGenerator1.Initialize(B4XImageView1.mBase.Width)
B4XImageView1.Bitmap = QRGenerator1.Create(value)
B4XImageView1.ResizeMode = "FILL"
B4XImageView1.mBackgroundColor = xui.Color_White
B4XImageView1.Update
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.