Skip to content

ydasc815/covid-tracker-android-app

 
 

Repository files navigation

Covid Tracker App

Covid Tracker is an Android App that provides to its users, information about current COVID-19 case counts at India as well as Global level using various forms of statistical data interpretation methods.


DOCS UI

Functionalities

  • Information of Total, Active, Recovered & Deceased Case counts at India & Global levels.
  • Timely notifications of data updates (currently set to 2 times a day).
  • Users can view details at country level in Global section, and State & district level in India section.
  • Pie Charts and Line Graph are used to depict cummulative information at Global & India levels respectively.

Upcoming Features

  • An Interactive Map of India to enhance the User experience.
  • Section devoted to show Vaccination & Testing statistics to the users.

Instructions to run

  • Pre-requisites:

    • Android Studio v4.0+
    • A working Android physical device or emulator with USB debugging enabled
  • Directions to setup/install

    • Clone this repository to your local folder using Git bash:
     git clone https://github.com/dsckiet/covid-tracker-android-app.git
    • Open this project from Android Studio
    • Connect to an Android physical device or emulator
    • To install the app into your device, run the following using command line tools
     gradlew installDebug
  • Directions to execute

    • To launch hands free, run the following using command line tools
     adb shell monkey -p com.dsckiet.covid_tracker_android_app -c android.intent.category.LAUNCHER 1

Contributors



Made during 🌙 by DSC KIET

About

Covid Tracker Kotlin App

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%