It's a simple COVID-19 tracker for india. REST API is used to collect the details. Written in kotlin language.
okhttp: It is used to call the API data.
gson: It is used to read and understand the data in API for android studio.
coroutines: It converts async callbacks for long-running tasks, such as database or network access, into sequential code.