It displays
- summary of the statistics i.e World, Africa and Kenya.
- statistics on each country around the globe
- prevention measures
The link to this app can be downloaded here : Click here to download
- This app is written 100% in kotlin
- Android Jetpack components used include
- Data BInding - removes many UI framework calls in activities, making them simpler and easier to maintain. It also improve the app's performance and preventing memory leaks and null pointer exceptions
- Navigation - ensures a consistent and predictable user experience by adhering to an established set of principles.
- Retrofit - retrieving JSON via a REST based webservice.
- Material Design - Build a nice looking UI.
You need a laptop and latest release of android studio(preferred)
Clone this project using this link https://github.com/MosesWangira/Covid.git
Open the project using android studio