In this video, we are going to learn how to fetch data from the server. We are using open source API https://api.covid19india.org/data.json for this tutorial. This API gives data of coronavirus cases in India.
We will use Retrofit + kotlin for this.