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