Android QR Code Scanner
-
"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.
-
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.