COVID REPORT is a Java ☕ based Android 📱 app to fetch and display corona 🦠 counts 🔢 from all countries🌎
- Worldwide total cases count and death count 🔢
- User's location based cases, recovered, critical and death counts
- Detailed country-wise cases, deaths, recovered, critical... counts with charts 📈
- Country-wise counts can be sorted by cases, deaths, active cases 📃
- Options to check country-wise count for the same day, the day before and 2 days before ⌚
- Search by country name 🔍
- Read news tailored for 6 countries - USA, UK, Australia, India, Russia and France 📰
This app started with me wanting to try what I could make after watching a few tutorials 👨🏫 on Udacity. The app makes use of AsyncTaskLoaders to asynchronously fetch the api JSON responses similar to the albeit much simpler QuakeReport app covered in the Android Basics: Networking course.
- Minimum SDK version 22 (Android version 5.1.1 Lollipop)
- Picasso - Displaying images
- GraphView - Generating trend charts
- Shimmer Layout - Shimmer loading effect
If you liked this, feel free to fork it or award me some ⭐s.