Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HamdiBoumaiza/CoronavirusWorldStatus
An app to stay up to date with the latest stats of the coronavirus , using Kotlin with MVVM ,Coroutines , Android Architecture Components and Dagger
https://github.com/HamdiBoumaiza/CoronavirusWorldStatus
android coronavirus coroutines dagger2 databinding kotlin mvvm
Last synced: 2 months ago
JSON representation
An app to stay up to date with the latest stats of the coronavirus , using Kotlin with MVVM ,Coroutines , Android Architecture Components and Dagger
- Host: GitHub
- URL: https://github.com/HamdiBoumaiza/CoronavirusWorldStatus
- Owner: HamdiBoumaiza
- Created: 2020-03-22T11:59:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T23:29:51.000Z (over 4 years ago)
- Last Synced: 2024-08-02T20:46:18.757Z (6 months ago)
- Topics: android, coronavirus, coroutines, dagger2, databinding, kotlin, mvvm
- Language: Kotlin
- Homepage:
- Size: 1.11 MB
- Stars: 22
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Android-Open-Source-Projects - CoronavirusWorldStatus
- awesome-android-kotlin-apps - CoronavirusWorldStatus
README
# CoronavirusWorldStatus
An app to stay up to date with the latest stats of the coronavirus
This App is using [Coronavirus monitor API](https://rapidapi.com/astsiatsko/api/coronavirus-monitor) as a remote data sourceGetting Started
---------------
In order to run this project , you will need to create an account and get a key from [the rapid api](https://rapidapi.com/) and add it to the gradle.properties file
## Download The App from hereGet the APK
---------------
Third release (version 3.1) [Link](https://github.com/HamdiBoumaiza/CoronavirusWorldStatus/releases/download/3.1/Covid19Status.apk)Screenshots
-----------
![OnboardingActivity](screenshots/Screenshot_1.jpg "Onboarding ")
![WorldStatsFragment](screenshots/Screenshot_2.jpg "World Data")
![ListCountriesStatsFragment](screenshots/Screenshot_3.jpg "List countries with stats")
![DetailsCountriesStatsActivity](screenshots/Screenshot_4.jpg "Details country stats")
![SearchHistoryFragment](screenshots/Screenshot_5.jpg "Search history country stats")Application features
---------------
* All stats world wide
* All stats by countries
* Search by country
* Search stats by date and countryLibraries Used
---------------
* [ViewModel](https://developer.android.com/topic/libraries/architecture/viewmodel) - store and manage UI-related data in a lifecycle conscious way
* [LiveData](https://developer.android.com/jetpack/arch/livedata) - notify the view when data changes .
* [Lifecycle](https://developer.android.com/topic/libraries/architecture/lifecycle) - perform action when lifecycle state changes
* [Room](https://developer.android.com/topic/libraries/architecture/room) - SQLite database with in-app objects and compile-time checks
* [DataBinding](https://developer.android.com/topic/libraries/data-binding/) - bind UI components to data sources
* [Material](https://material.io/develop/android/docs/getting-started/) - Material Components.
* [Coroutine](https://github.com/Kotlin/kotlinx.coroutines#user-content-android) - performs background tasks
* [Retrofit2](https://square.github.io/retrofit/)- networking
* [Gson](https://github.com/google/gson) - convert Java Objects into their JSON and vice versa
* [Dagger2](https://dagger.dev/users-guide) - dependency injector
* [Timber](https://github.com/JakeWharton/timber) - Logger
* [Stetho](http://facebook.github.io/stetho/) - debug bridgeTo be added
---------------
* Improve design
* Add unit tests