My Java program needs to send a binary payload via QR Code, but I can’t get it to work. I have tried several QR Code libraries and many approaches, but all seem to have this problem. My current implementation uses ZXING. The problem is that all the Java libraries I’ve tried seem to be focused on String payloads, and do
Advertisement
Tag: qr-code
How to scan QRCode in android
I found a tutorial on how to scan a barcode. But in my application I have to scan a QR code. How can I a scan QR code in Android? Answer and in onActivityResult():
Advertisement