Skip to content

An Android Application written in Kotlin 📱 with MVVM Architecture using latest Android Development tools like Dagger2, Room, ViewModel, LiveData, Retrofit and Coroutines to display CoVID-19 Data

License

Notifications You must be signed in to change notification settings

Akalabaya/Coronavirus-Tracker

 
 

Repository files navigation

Introduction Say Thanks! License

Corona Tracker is an Android application which shows worldwide data of confirmed cases, recovered cases and death cases. You can also get country-wise data. The data is provided by astsiatsko.

New Features

  • Offline caching using Room persistance library (injected with Dagger2)
  • Ability to pin specific countries (also using Room)
  • Statewise data of Indian States (with sorting options)
  • Connected banners with Firebase Remote Config which changes every few seconds

Star ⭐ this repo to show your support and it really does matter! 👏

Corona Tracker is written in Kotlin and makes use of KTX, Coroutines, Dagger2, Retrofit and MVVM. If you find code issues, feel free to create a new issue or make a PR.

Getting Started

  1. To get started, you will need the API key which you can obtain from here.

  2. Put this key global-level gradle.properties with name RAPID_API_KEY and sync the project.

  3. Connect the app with Firebase.

  4. That's it! You're good to go :)

You can download the apk here.

Credits

Corona Tracker has been developed by me (Paras Sidhu) with the purpose that society remains informed about the corona cases and can get helpful tips from WHO which are shown in main banner.

To make it better on the developer end, I tried using best practices as mentioned above.

Special thanks to the guys at https://www.covid19india.org and their volunteers for providing state-wise data.

UI/UX Design is provided by Pratik Kohli.

About

An Android Application written in Kotlin 📱 with MVVM Architecture using latest Android Development tools like Dagger2, Room, ViewModel, LiveData, Retrofit and Coroutines to display CoVID-19 Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Kotlin 97.5%
  • Java 2.5%