QR Scanner App

This QR Scanner app is built using Kotlin and is designed to scan various types of QR codes, including those containing text, URLs, and contact information.

Features

  • Scans all types of QR codes.
  • Displays different responses based on the content of the QR code:
    • Text: Displays in an alert dialog.
    • URL: Displays a toast and redirects to the specified URL.
    • Contact Information: [Feature in progress]

Videos

  1. App Splash Screen

    Splash Screen App splash screen animation.

  2. QR Code with Text

    QR Text Video Displays text content from QR code in an alert dialog.

  3. QR Code with URL

    QR URL Video Displays a toast and redirects to the specified URL.

How to Use

  1. Download the APK.
  2. Install it on your Android device.
  3. Open the app and grant necessary permissions.
  4. Point your camera at a QR code to start scanning.

Development

If you want to build the app from the source code, follow these steps:

  1. Clone the repository.
    git clone https://github.com/ayushak1/Qr-Scanner-App.git

Open the project in Android Studio.

Build and run the app.

GitHub

View Github