learntodroid / AndroidQRCodeScanner

Android QR Code Scanner is an Android App is written in Java that uses the Android Jetpack CameraX library for previewing the camera and image analysis along with the ZXing open-source bar code scanning library.
https://learntodroid.com/how-to-create-a-qr-code-scanner-app-in-android/
39 stars 31 forks source link

Scanner does not work :) #3

Open tidoo opened 3 years ago

tidoo commented 3 years ago

Scanner does not scan any QR code i try to scan

am263129 commented 3 years ago

it seems this app working with only URL qrcode. when I tried with qrcode(plan text) it was not working, but when I scan the qrcode of URL, it worked. but I need to make app to scan plan text not url. any solution?