hello to everyone!
refer to this https://www.b4x.com/android/forum/t...oss-platform-qr-code-generator.93092/#content
I have a string in json with more than 335 characters, limit version 9-L is 230 byte,taken from a database
but the QRGenerator class gives me an exception
On the QR code online site the json string decodes ok.
how could I increase the number of characters (always if you can do it!)
thank you
refer to this https://www.b4x.com/android/forum/t...oss-platform-qr-code-generator.93092/#content
I have a string in json with more than 335 characters, limit version 9-L is 230 byte,taken from a database
but the QRGenerator class gives me an exception
B4X:
(Too long!)
java.lang.RuntimeException: Object should first be initialized (B4XBitmap).
On the QR code online site the json string decodes ok.
how could I increase the number of characters (always if you can do it!)
thank you
Last edited: