1
I need to read a QR code and check in an app I’m developing for Android. Is there any API ready to work with QR code?
1
I need to read a QR code and check in an app I’m developing for Android. Is there any API ready to work with QR code?
2
Oops, you don’t need an API to work with QR Code. There are libs for that, and the most famous is the one that Wakim replied, zxing - https://github.com/zxing/zxing
There are also others: barcodescanner - https://github.com/dm77/barcodescanner
android-Quick-Response-code (outdated) - https://github.com/phishman3579/android-quick-response-code
Browser other questions tagged android-studio qrcode
You are not signed in. Login or sign up in order to post.
That I know exists the zxing which seems to be the best known. The project is https://github.com/zxing/zxing/
– Wakim