Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/destructo570/covidtracker-kotlin
- Owner: destructo570
- License: apache-2.0
- Created: 2020-06-02T03:28:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T15:09:22.000Z (almost 4 years ago)
- Last Synced: 2024-11-12T12:32:55.034Z (2 months ago)
- Topics: android, coronavirus, covid-19, kotlin
- Language: Kotlin
- Homepage:
- Size: 12 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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