Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/destructo570/covidtracker-kotlin

A minimal designed app to track current statistics of COVID-19 across the world and detailed state wise statistics of India. App also offers some useful information regarding COVID-19, along with helpline numbers(India only).
https://github.com/destructo570/covidtracker-kotlin

android coronavirus covid-19 kotlin

Last synced: 14 days ago
JSON representation

A minimal designed app to track current statistics of COVID-19 across the world and detailed state wise statistics of India. App also offers some useful information regarding COVID-19, along with helpline numbers(India only).

Awesome Lists containing this project

README

        

# CovidTracker
A minimal designed app to track current statistics of COVID-19 across the world and detailed state wise statistics of India. App also offers some useful information regarding COVID-19, along with helpline numbers(India only).

This app was made as part of an excercise to learn more about android development. Feeedback to make this better is appreciated.:smile::smile::smile:

### DOWNLOAD :

#### Version 1.2
https://drive.google.com/file/d/1099FbaYNlS0tM7ViseZK0J7rZGX_EAW9/view?usp=sharing

#### Version 1.1
https://drive.google.com/file/d/1JZiFBtWqVHzzTFi-G_axxVpS0KOtxoW8/view?usp=sharing

#### Version 1.0
https://drive.google.com/file/d/1diBpcr_ghZ3FfjHPHc4cXc-Un92haeoc/view?usp=sharing

### Changelog :

#### v1.2
- Replaced India data source

#### v1.1
- Fixed India data showing -ve number bug
- New app icon
- Refactored the codebase

#### v1.0
- Initial version

### FEATURES : :hash:
- Global Detailed statistics of covid-19 cases
- Country-Wise Detailed statistics (Total cases, today cases, today deaths etc)
- State-Wise India statistics
- Helpline numbers(India Only)
- Helpful information regarding Novel covid-19(From WHO)
- Live Map to track Covid-19 (Bing maps)
- Dark Mode (System dependent)

### SCREENSHOTS: :iphone:


### CREDITS

- Ethan Winters for NovelCOVID Api https://github.com/NovelCOVID/API
- Amod Malviya for covid-19 Api https://github.com/amodm/api-covid19-in
- Drawkit for those beautiful illustrations

### App Is Using
- Retrofit for networking
- Moshi for json parsing
- MVVM Architecture
- LiveData
- Data Binding
- Navigation Components