The two apps file-sharing-producer and file-sharing-consumer shows how a producer app can share a file with a consumer app that will update file's content. Both apps are compatibile with Android 11 file sharing permission system.
vision-qr-code-scanner implements an activity that can read barcodes and QR codes. It's based on play-services-vision and it's highly inspired from this project from googlesamples; all dependencies are up-to-date to the latest androidx
and play-services-vision
versions.
lottie app shows how to use Lottie animations.
work-manager contains some examples of Work Manager implementations:
- one time worker
- periodic worker
- periodic worker that runs at fixed hours
- chained workers
- a worker with extra dependencies injected by Hilt
This repository uses Renovate to automatically update dependencies.