This app is to showcase hilt and dagger can be used in Android app to bring Dependency Injection
- Kotlin
- Coroutines - For all asynchronous work
- ViewModel - To survive android lifecycle changes
- JobScheduler - To schedule future background job
- Hilt - Dependency Injection
- Retrofit - HTTP client
- GSON - Gson is a Java library that can be used to convert Java Objects into their JSON representation
This project is built on MVVM Architecture.
[] Refactor Location work to support latest Android changes
[] Add unit tests
[] Add UI tests