Create a Coronavirus Covid-19 Tracker App Realtime Data - Volley Fetch REST API in Android Studio
#Covid19 #TrackingApp #Coronavirus #RealtimeData #Monitoring
Hi everyone, I am @Abdul Aziz Ahwan. In this post, we are going to Create a Coronavirus Covid-19 Tracking App Realtime REST API JSON Data from Scratch using Volley Library in Android Studio.
Data is always updated regularly
Public JSON API obtained from ► https://corona.lmao.ninja/
NovelCOVID-API Github repository for the JSON API ► https://github.com/NovelCOVID/API
Another reference
John Hopkins University & Medicine ► https://coronavirus.jhu.edu/map.html
World Health Organization ► https://www.who.int/redirect-pages/page/novel-coronavirus-(covid-19)-situation-dashboard
📂 PROJECT FILE
ItemClickSupport Code
Link ► https://gist.github.com/abdulazizahwan/38f592721e8489ea86bcc766d21f2c7f
ItemClickSupport Code
Link ► https://gist.github.com/abdulazizahwan/38f592721e8489ea86bcc766d21f2c7f
Android Studio
Link ► https://bit.ly/finalProjectCovid19
Link ► https://bit.ly/finalProjectCovid19
📱 APK file
Link ► http://bit.ly/covid19APK
Link ► http://bit.ly/covid19APK
🎨 Project Assets
Link ► http://bit.ly/covid19Assets
Link ► http://bit.ly/covid19Assets
Volley Library
Link ► https://developer.android.com/training/volley/index.html
Code Changes
- Detail Case ► https://bit.ly/covid19Part2
- CountryFlag ► https://bit.ly/covid19Part3
- Filter RecyclerView ► https://bit.ly/covid19Part4
- Sort Alphabetically ► https://bit.ly/covid19Part5
Part 1 - Create a Coronavirus Covid19 Tracker App
Code Changes
- Detail Case ► https://bit.ly/covid19Part2
- CountryFlag ► https://bit.ly/covid19Part3
- Filter RecyclerView ► https://bit.ly/covid19Part4
- Sort Alphabetically ► https://bit.ly/covid19Part5
Part 1 - Create a Coronavirus Covid19 Tracker App
Part 2 - Add Case Details Every Country
Part 3 - Add Country Flag for Each Country
Part 4 - Add Filter a Country in RecyclerView with SearchView
Part 5 - Sorting JSON ArrayList Alphabetically