java - QR code scanner in Android app -


i want scan qr-code in app. don't want use zxing, since refers google play if user doesn't have application installed on device. found this: https://github.com/gnzlt/androidvisionqrreader , cannot install android studio, 3 method proposed author faild. maybe know else (maybe put dependency gradle)?

since library uses android vision , why don't try implement own code using android-vision project sample , lot more control , flexibility sample easy understand , directly google.

you can find overview here

and sample project on github here

i tried running barcodereader sample , works perfectly(for qr barcodes) , mainactivity , barcodecaptureactivity you'll need edit custom implementation.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -