A COVID-19 Tracking Android Application to monitor the status of the pandemic in the hardest hit country, America. The data is retrieved from a frequently updated source and is displayed in a Recycler view.
Created on Android Studio with Java.
Used the Volley Library to get JSON data
Used the GSON Library to convert JSON objects to Java Objects.
Used Recyclerciew
with CardViews to display data.
API: Covid-19 API for America.
To get started:
git clone https://github.com/FahadAdnan/CoronaVirusUSA.git
Open up Andorid Studio and Start Development