
Android, How to read QR code in my application?
In my application I need to read Qr code. I searched the net and found Zing codes however lots of developers had problem with using it and it seems it is buggy! If i assume that my customers has qr
How do I read a barcode in a .Net MAUI App using a barcode scanner …
May 8, 2024 · 0 I have been asked to look into replacing a customer's current handheld software and devices (Windows CE 7) with android (like Tera P172 + also use on company mobiles). I want to be …
android - Could not resolve all artifacts for configuration ':qr_code ...
Aug 21, 2022 · FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':qr_code_scanner'. > Could not resolve all artifacts for configuration …
java - How to scan QRCode in android - Stack Overflow
Jan 12, 2012 · I found a tutorial on how to scan a barcode. But in my application I have to scan a QR code. How can I a scan QR code in Android?
Using ZXing to create an Android barcode scanning app
By using code like that you don't need to import any project code at all. You are calling out to the Barcode Scanner app via Intent; no barcode scanning code in your app.
Flutter Could not resolve all file for configuration ':qr_code_scanner ...
Oct 20, 2023 · Not necessarily a fix to this particular bug, but you should know that qr_code_scanner is in maintenance mode as its underlying dependencies are no longer being worked on (ZXing and …
Change QR Scanner orientation with ZXING in Android Studio
I hope you can help me with this. Im using the Zxing Embedded Library in order to use the QR scanner, the problem is that is on Landscape mode and I would like to change it to Portrait. I have thi...
MAUI / .NET 8 - QR Code Scanner (ZXing) not detecting codes
Feb 27, 2025 · I am implementing a QR code scanner in a MAUI app, running on .NET 8. The app is currently for Android, and will then be ported to IOS. As a result, I settled on using ZXing.Net.Maui …
ZXing, Android, JetPack Compose - Draw Bounding Box Around QR Code
Jan 17, 2024 · I am building a QR code scanner using Jetpack Compose in Android. The scanning part and reading the bit values in the QR code work great and as expected. However, as a part of my …
How to use camera QR Code Reader on MAUI Blazor Hybrid
Jul 14, 2022 · 8 Has anyone found a working solution on scanning QR Codes from a Blazor MAUI Hybrid App? I have found number of libraries (e.g. BigIslandBarcoding, ZXing.Net) for "normal" …