An app for tracking the Novel Coronavirus (COVID-19, SARS-CoV-2) outbreak in the Philippines.
- Current data: Shows the most recent data. (Regularly updating)
- Charts:
- Line Chart for the number of confirmed, recovered and deaths
- Bar Chart for the percentage of confirmed based on Age
- Pie Chart for the percentage of confirmed based on gender
- DOH Data Drop: Shows all the DOH Data Drop cases and its information.
- Philippine Cases: Shows all the case confirmed by DOH and its information.
- Test Results: Shows the summary by test results of confirmed cases, cases tested negative and cases pending test results.
- Global Cases: Show all the total cases around the world
- Other Information:
- Cases outside the Philippines
- Facilities
- Metro Manila Checkpoints
- Local Government Units lockdowns
- NovelCOVID/API
- Worldometers
- Johns Hopkins University CSSE
- WHO (World Health Organization)
- coronavirus-ph (API) by Robert C Soriano
- COVID-19 Philippines Google Sheets
- ncov-ph-data
- Metro Manila community quarantine checkpoints
- Wikipedia
Coronavirus Tracker (PH) is based on Kotlin MVVM clean architecture design pattern, repository pattern and material design & animations.
- Minimum SDK 16
- 100% Kotlin based
- MVVM Architecture
- Android Architecture Components (Lifecycle, LiveData, ViewModel)
- Kotlin Coroutines
- DataBinding
- Material Design & Animations
- Firebase for analytics, crash reporting and remote config
- Dagger2 for dependency injection
- Retrofit2 & Moshi for constructing the REST API
- OkHttp3 for implementing interceptor, logging and mocking web server
- Timber for logging
- LeakCanary for memory leak detection
- MPAndroidChart for displaying charts
- Ripple animation, Shared element transition
If you feel like sponsoring me a coffee for my efforts, I would greatly appreciate it.
MIT License
Copyright (c) 2020 John Paul Custodio
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
