About 1,490,000 results
Open links in new tab
  1. How to Generate QR Code in Android? - GeeksforGeeks

    Apr 22, 2025 · In this article, we will take a look at how we can generate a QR Code for our app. So to implement this feature, we will be using a library from GitHub. Note: You may also refer …

  2. How to Make a QR Code Scanner and Generator App in Android?

    Oct 28, 2022 · We have seen many apps that provide QR codes that and we can scan that QR codes with our mobile device. In this article, we will take a look at how we can generate a QR …

  3. How to generate and read QR code with Java using ZXing Library

    Mar 21, 2024 · ZXing (“Zebra Crossing”) is the popular API for QR code processing in Java. Its library has multiple components, and we will be using the ‘core’ for QR code creation in our …

  4. How to generate a QR Code for an Android application?

    Jan 10, 2012 · You should use android dependency: implementation 'com.github.kenglxn.QRGen:android:[version]' and import QRCode class like this: import …

  5. java - How to generate a custom QR code in Android

    Try creating two QRCodes. One should be random, call it A. One should contain data, B. Enlarge A, and warp it (blur will do). Create a white vector that is transparent for the shape of the …

  6. java - How to create a QR code Generator for Android using Fragments ...

    Sep 6, 2017 · To build the QR code image, first, you need to include the ZXing library by using the following line in your app build.gradle (use the latest version): Then create the QR code bitmap …

  7. Creating QR Code and Barcode Scanner App in Android Studio using Java ...

    Sep 11, 2023 · In this video, we will walk you through the process of integrating the Scan Bot SDK to effortlessly scan QR codes and barcodes. Additionally, we’ll demonstrate how to display the …

  8. QR Code Scanner Android app in Android Studio with source code

    Jun 30, 2020 · How to create a QR code Scanner application using android studio. ... A QR code Scanner app (quick response code) is a type of 2D bar code that is used

  9. Android Barcode and Qr Scanner Example - Java Code Geeks

    Dec 2, 2014 · In this example, we are going to see how the Android Barcode and Qr Scanner is implemented via the use of the ZXing (Zebra Crossing) library, which will help us to carry out …

  10. How can I generate multiple values QR code in android studio

    Feb 9, 2019 · We have to handle runtime permissions from Android version 6.0. Your particular case: Combine the information you want to encode in the QR code, and add it as the …

Refresh