This app gets the user with the latest numbers about confirmed cases, deaths, and
recovered cases of Covid-19 around the world.
- Hilt - a dependency injection library for Android Docs
- Kotlin coroutines - to manage long-running tasks without block the main thread Docs
- Retrofit - to make the api calls Docs
- Gson Converter - A Converter which uses Gson for serialization to and from JSON Docs
The data source is from disease.sh Docs