\
This is an beginner friendly app for generating qr code for the users which is build in Android Studio
qr-code-generator-app/
├── .github/ # GitHub-specific files (actions, issue templates)
│ ├── workflows/
│ └── ISSUE_TEMPLATE/
├── app/ # Main application directory
│ ├── src/ # Source code
│ └── res/ # Resources (layouts, drawables, etc.)
├── APK/ # Build outputs
├── .gitignore # List of files to ignore in git
├── LICENSE # License file
├── README.md # Project description
└── build.gradle # Gradle build file
-
Click on the Releases section in this repository
-
Download the App through .apk extentions or zip file
-
Install app through any apk downloader like google drive or files or using your native android app installer
-
Enjoy your free QR Code generations !!
Enter your URL or Text into the input box
URL - takes you directly to the website
Text - takes you to the google search of your Text
- Fork the repository.
- Create your feature branch:
git checkout -b feature/AmazingFeature
- Commit your changes:
git commit -m 'Add some AmazingFeature'
- Push to the branch:
git push origin feature/AmazingFeature
- Open a pull request.
This project is licensed under the Apache License, Version 2.0