Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.