Generate QR codes using this app.
- Download apk
- Clone the repo using git:
git clone https://github.com/MaxSiominDev/QR-Generator.gitAny Android 8.0+ device where Google Services are available
This app uses navigation component to provide navigation. App receives updates from my server using retrofit. For generating QR codes I used zxing embedded. This app saves history with Room database. For logging I used Timber. Auth and analytics are provided by Firebase. DI implemented with Hilt.
QR generator is MIT licensed.