Android QR Code Scanner
Mobile and Embedded
3
Posts
3
Posters
4.1k
Views
1
Watching
-
wrote on 11 Jun 2014, 09:15 last edited by
Hi guys,
are there any recommended libs to use for a QR Scanner in Android? Any experiences, yet?
Thanks in advance
-
wrote on 11 Jun 2014, 09:35 last edited by
"Zxing":https://github.com/zxing/zxing/ is probably the most popular open source lib for scanning bar codes that among others recognizes QR codes, too.
-
wrote on 4 Jan 2021, 17:32 last edited by
You should try SCodes. SCodes is library, which allows not only scanning QR/Barcodes, but also generating them. It's based on, mentioned above, ZXing. You can find tutorial and examples on SCodes GitHub page.