Coronavirus Stats is an Android application that provides you the latest stats about Covid19, featured with a summary notification about your country delivered at the end of the day.
Download from here:
Main Screen | Main Screen (Overall Chart + Selected country) | Notification |
---|---|---|
At first you need to allow location permission if you want to get all app features. Afterwards, your country stat will be at the first of the list as shown in screenshots. Also, you will get a notification every day at 11:59 delivering a summary about the latest stat in your country.
- Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
- Material Components for Android - Modular and customizable Material Design UI components for Android.
- Retrofit - A type-safe HTTP client for Android and Java.
- Moshi - A modern JSON library for Kotlin and Java.
- Moshi Converter - A Converter which uses Moshi for serialization to and from JSON.
- Fused Location Provider - Provide the last known location of the user's device.
- MPAndroidChart - A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations.
- Android SpinKit - Collection of Android loading animations.
- CircularProgressIndicator - Simple but customizable view for displaying progress.
Thanks to:
- COVID-19 data for free api that provides updated statistic every 15 minutes.
- Covid API for historical stats.
- Coronavirus (Covid-19) Dashboard for neat and inspiring UI.
MIT License
Copyright (c) 2020 Ahmed Sellami
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.