It is a Covid Tracker App that helps you to track the covid cases All around the world. A collective data / Global data of covid is shown on the home page which includes a PIE chart which shows (Total cases, Recovered cases, Deaths, Active Cases and other details are also present below the chart such as (Today Cases, Critical cases, Total Cases, Total Recovered Cases, Total Deaths, Today Deaths, Affected Countries).
- Also added a list of ALL the affected covid countries with their Flag! So user can search the information of any desired country which they want.
- Added pretty decent UI which makes this app more user-friendly!!
- Java and Android Studio
- Blackfizz libray for displaying the PIE chart.
- Volley library for fetching the JSON data from the URL.
- disease.sh for fetching the data . It is an Open Disease Data API .
- Glide for setting the image of the flag .
- POSTMAN for checking the data which was fecthing by the volley.
- Simple Arc Loader for showing the loading animation.
{
"updated": 1621705546566,
"cases": 166841019,
"todayCases": 375836,
"deaths": 3464321,
"todayDeaths": 6821,
"recovered": 147794490,
"todayRecovered": 530266,
"active": 15582208,
"critical": 97786,
"casesPerOneMillion": 21404,
"deathsPerOneMillion": 444.4,
"tests": 2376534043,
"testsPerOneMillion": 303660.24,
"population": 7826293215,
"oneCasePerPeople": 0,
"oneDeathPerPeople": 0,
"oneTestPerPeople": 0,
"undefined": 0,
"activePerOneMillion": 1991.01,
"recoveredPerOneMillion": 18884.35,
"criticalPerOneMillion": 12.49,
"affectedCountries": 222
}
{
"updated": 1621705546571,
"country": "India",
"countryInfo": {
"_id": 356,
"iso2": "IN",
"iso3": "IND",
"lat": 20,
"long": 77,
"flag": "https://disease.sh/assets/img/flags/in.png"
},
"cases": 26522164,
"todayCases": 237095,
"deaths": 299150,
"todayDeaths": 3642,
"recovered": 23404320,
"todayRecovered": 345303,
"active": 2818694,
"critical": 8944,
"casesPerOneMillion": 19053,
"deathsPerOneMillion": 215,
"tests": 326484155,
"testsPerOneMillion": 234541,
"population": 1392012604,
"continent": "Asia",
"oneCasePerPeople": 52,
"oneDeathPerPeople": 4653,
"oneTestPerPeople": 4,
"undefined": 2025,
"activePerOneMillion": 2024.91,
"recoveredPerOneMillion": 16813.3,
"criticalPerOneMillion": 6.43
}
- App icon
- Loading Animation
- Home Page
- Country Name List
- Searching For Country
- Data Of Searched Country