Skip to content

Android app delivering real-time global Covid-19 statistics, developed using Kotlin, with Retrofit for API integration, Hilt for dependency injection, and Coroutines for efficient asynchronous operations.

Notifications You must be signed in to change notification settings

AsemLab/CoronaTracker

Repository files navigation

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

About

Android app delivering real-time global Covid-19 statistics, developed using Kotlin, with Retrofit for API integration, Hilt for dependency injection, and Coroutines for efficient asynchronous operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages