Hello, I found several working examples of a QR generator on this forum, but they are written for the Java version for Windows.
cross-platform-qr-code-generator
But they discuss this topic as if it easily works on Android. I tried to copy the entire generator class from the Java version to Android, added the jFX library to Android. BUT I see that some objects related to byte conversion and displaying a picture do not work in the Android version.
It seems to me that these objects can somehow be replaced by means of the Android version, but I do not know how. In fact, the problem is that I did not find an example of a QR generator made for the Android version
How can I correct the code of this example and what libraries to add so that it could work? See the QR code inside the panel or label?
cross-platform-qr-code-generator
But they discuss this topic as if it easily works on Android. I tried to copy the entire generator class from the Java version to Android, added the jFX library to Android. BUT I see that some objects related to byte conversion and displaying a picture do not work in the Android version.
It seems to me that these objects can somehow be replaced by means of the Android version, but I do not know how. In fact, the problem is that I did not find an example of a QR generator made for the Android version
How can I correct the code of this example and what libraries to add so that it could work? See the QR code inside the panel or label?