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
-
App Splash Screen
-
QR Code with Text
-
QR Code with URL
How to Use
- Download the APK.
- Install it on your Android device.
- Open the app and grant necessary permissions.
- 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:
- Clone the repository.
git clone https://github.com/ayushak1/Qr-Scanner-App.git
Open the project in Android Studio.
Build and run the app.