dev-Imsaurabh / CovidTracker

This Covid tracker provides almost every counrty covid data and return information like Active cases count, Confirmed cases count, Recovered cases count, Death cases count, Total Test count. I have learnt the concept like HTTP GET & HTTP POST request.I used to convert JAVA object in JSON representation and convert back JSON to JAVA objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covid Tracker App (JAVA) by Saurabh Kumar

AboutFeaturesTechnology Used

About

This Covid tracker provides almost every counrty covid data and return information like Active cases count, Confirmed cases count, Recovered cases count, Death cases count, Total Test count.
I have used pie chart library which also shows data graphically with different colors. It has very simple UI and I have also implemented simple search bar to search a particular country.
This is the first app i made for learning API fetch from public API with the help of Retrofit Networking library. I have learnt the concept like HTTP GET & HTTP POST request.I used to convert JAVA object in JSON representation and convert back JSON to JAVA objects.

Features

  • Covid data of almost every country.
  • Shows pie chart for more detailed data repesentation.
  • Shows data like:-
    • Active cases count.
    • Confirmed cases count.
    • Recovered cases count.
    • Death cases count.
    • Total Tests count.

Technology Used

  • Retrofit Networking Library.
  • Gson Libraray.
  • Free Public API for covid data.

About

This Covid tracker provides almost every counrty covid data and return information like Active cases count, Confirmed cases count, Recovered cases count, Death cases count, Total Test count. I have learnt the concept like HTTP GET & HTTP POST request.I used to convert JAVA object in JSON representation and convert back JSON to JAVA objects.


Languages

Language:Java 100.0%