QRCodeScanner
QRCodeScanner copied to clipboard
Android QR Code scanning library : QR Scanning library based on zxing for android devices API 15 and up
- The Bug is that while scanning the same QR code image from the Recent Section in Mobile will give the result but if we go from Gallery Section then...
com.blikoon.qrcodescanner.QrCodeActivity}: android.database.CursorIndexOutOfBoundsException: Index 0 requested, with a size of 0 at android.app.ActivityThread.deliverResults(ActivityThread.java:5368) at android.app.ActivityThread.handleSendResult(ActivityThread.java:5407) at android.app.servertransaction.ActivityResultItem.execute(ActivityResultItem.java:67) at android.app.servertransaction.ActivityTransactionItem.execute(ActivityTransactionItem.java:45) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2253) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loopOnce(Looper.java:201) at android.os.Looper.loop(Looper.java:288)...
I can't scan the qr code because the camera in the qr code app is blurry yet the phone's native camera works fine
i am trying to scan QR code to connect hotspot in android 11 but it dosent work
06-29 14:40:09.753 11228-11228/com.yoeszch.qrscan E/AndroidRuntime: FATAL EXCEPTION: main Process: com.yoeszch.qrscan, PID: 11228 java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=0, result=-1, data=Intent { dat=content://com.android.externalstorage.documents/document/primary:Download/1_erxqlzB_I0ExMJtHzKivJw.png flg=0x1 }} to activity {com.yoeszch.qrscan/com.blikoon.qrcodescanner.QrCodeActivity}: android.database.CursorIndexOutOfBoundsException: Index 0 requested,...
Is there any possibility to toggle the flashlight via code? Maybe expose a function in `QRActivity` class that can allow us to toggle the flashlight programmatically instead of clicking in...
Does this library supports switching between cameras? If yes, then how? If no, are you going to update lib w/ this functionality?
Can we use this library to scan bar code
Im try to integrate with androidx, but after implementation i has a problem where dialog not showing any text. and it is said that reference on null value.
How can we change the color of header on the camera screen using this library? Can we change that? Please help.