About 50 results
Open links in new tab
  1. 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?

  2. Launch App or Play Store by scanning QR code - Stack Overflow

    Mar 18, 2016 · Your Will not find a QR Scanner App that will trigger an Intent to open your App. Most QR Code Scanners including mine Implement the basic Intents (Call,http urls,contact etc..) it is Upon …

  3. Using ZXing to create an Android barcode scanning app

    210 The ZXing project provides a standalone barcode reader application which — via Android's intent mechanism — can be called by other applications who wish to integrate barcode scanning. The …

  4. barcode scanning in android emulator - Stack Overflow

    Mar 26, 2012 · I'm trying to do barcode scanning using Android emulator. Could anyone please tell me what steps to follow to do a simple barcode scanning on the emulator? Thank for any help,

  5. Problem with pairing device using wifi in android studio

    Sep 5, 2022 · 21 I want to pair my android device by scanning QrCode in device manager android studio. Sometime it works but often it doesn't work. when I scan QrCode it waits in state below I try …

  6. qr code - Scan barcode from an image in gallery android - Stack …

    Apr 15, 2015 · 13 I'm creating a android project, main feature is scan barcode. I'm tried integrate with Zxing library into my project, and it's work fine. However, it's seems not support scan barcode from …

  7. Scan the QR code in emulator for MacOS in Android Studio

    Oct 12, 2022 · In the camera, I select the bar code using the toolbar and upload but in the emulator, I am not able to scan can u help this camera image is not loading?

  8. QR code scanne camera not working properly in android studio

    Mar 8, 2023 · I am working on QR code scanner project. I took two activity such as main and scan. There are one EditText view and one button in the main activity. Here If you click on button scan …

  9. How to store results from QR Code after scanning?

    Jun 5, 2016 · I'm relatively new to Android Studio. I'm working on a QR code scanner. I found this online and I'm just working with it: import android.app.AlertDialog; import …

  10. Android studio - start QR code scanner from fragment

    I have been looking for an answer all over the internet. The thing is, i found many ways to implement a QR code scanner in my app, in an activity. This is one of the ways: scan_btn = (Bu...