Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.42 KB

File metadata and controls

21 lines (16 loc) · 1.42 KB

CoronaTracker Android App 📱

output-onlinepngtools (6) appsenjoy_badge

This app gets the user with the latest numbers about confirmed cases, deaths, and
recovered cases of Covid-19 around the world.

Screenshots 📸

project_1_preview



Development 🛠

Libraries used and their documentation 📚

  • 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

RESTful Api

The data source is from disease.sh Docs