<label for="email">Email:</label><br>
<input type="email" id="email" name="email" required><br>
<label for="interest">I am interested in:</label><br>
<select id="interest" name="interest">
<option value="beta_testing">Beta Testing</option>
<option value="app_updates">General App Updates</option>
</select><br>
<input type="submit" value="Submit">
</form>
Testers Needed Android Link Testers Needed Web Link
The Android QR Code Generator is a versatile app that allows users to create customized QR codes directly from their Android devices. It is perfect for various applications, including sharing URLs, contact information, or simple text in the form of a QR code.
- Kotlin: Developed in Kotlin, offering a modern, efficient, and safe programming experience.
- ZXing ("Zebra Crossing") Library: Utilized for efficient and accurate QR code generation.
- Android SDK: Employing the latest Android SDK versions to assure optimal compatibility and user experience.
- Customizable QR Code Generation: Converts user input text into QR codes with options for size and color customization.
- User-Friendly Interface: Designed for ease of use, providing a straightforward and intuitive user interface.
- Save and Preview Functionality: Users can preview the generated QR code and save it as an image on their device.
- Additional Text Feature: Ability to add extra text beneath the QR code for descriptive purposes.
- Android Studio
- Minimum SDK version: 29
-
Clone the repository:
git clone https://github.com/thomasthaddeus/qrcode_generator.git
-
Open the project in Android Studio.
-
Synchronize the project with Gradle files.
-
Run the application on an emulator or a physical device.
- Enter the desired text in the input field.
- Optionally, customize the size and color of the QR code.
- Tap the "Generate QR Code" button to view the QR code.
- Use the "View Image Sample" button to see a sample QR code.
- Save the generated QR code to your device, if desired.
pic1 | pic2 | pic3 |
---|---|---|
We welcome contributions, issues, and feature requests. Feel free to check out the issues page for open issues or to suggest new features.
This project is released under the Apache 2.0 License - see the LICENSE file for details.
- Special thanks to the ZXing ("Zebra Crossing") library for robust QR code generation capabilities.
- Grateful to all contributors and testers for their invaluable feedback and suggestions.
Thaddeus Thomas - thaddeus.r.thomas@gmail.com
Project Link: QR Code Generator