this is just a simple coronavirus tracker mobile app made with kotlin
the data used on this app is provided and managed by covid19api.
Since the API provider getting a lot of request, the API is now paid service. And since i don't subscribe to the API, this application might not working
you can download this repository manually or clone with
$ git clone https://github.com/ai-null/coronavirus-tracker.git
after that simply open in android studio, wait for build and you're all set.
a list of libraries used on this app
Library | Description |
---|---|
retrofit | Htpp request handler |
moshi | Json parser |
cardview | Material cardview |
MPChart | android chart component |
GPL-3.0