Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingtho/qrgen
https://github.com/codingtho/qrgen
android android-application coil dagger-hilt jetpack-compose jetpack-navigation kotlin kotlin-coroutines kotlin-stateflow mvvm retrofit room
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/codingtho/qrgen
- Owner: codingtho
- License: mit
- Created: 2024-09-23T16:48:31.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T16:49:40.000Z (about 2 months ago)
- Last Synced: 2024-10-28T02:33:48.358Z (24 days ago)
- Topics: android, android-application, coil, dagger-hilt, jetpack-compose, jetpack-navigation, kotlin, kotlin-coroutines, kotlin-stateflow, mvvm, retrofit, room
- Language: Kotlin
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QRgen - QR Code Generator App
QRgen is a simple QR code generator app that allows you to create QR codes for various types of content, such as URLs and text, with just a few taps.
## Screenshots
![qr_gen](https://github.com/user-attachments/assets/726ce32b-9793-44f0-a3f1-890dd65db4a9)## Technologies
- **Kotlin**: Main programming language used for the development.
- **Jetpack Compose**: Library for building declarative UI components.
- **Dagger Hilt**: Dependency injection library for Android.
- **Room**: Database library for managing SQLite databases.
- **Retrofit**: Library for making HTTP requests to external services.
- **Coil**: Image loading library.
- **Coroutines**: For managing asynchronous operations.
- **StateFlow**: For handling asynchronous data streams in Kotlin.## Features
- Generate QR codes.
- Save generated QR codes within the app.
- Minimalist design with a user-friendly interface.