Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.02 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.02 KB

JSON_DATA_IN_SPINNER

ScreenRecording of App

---GET JSON DATA FROM FROM API IN SPINNER-----

{
  "success": 1,
  "Name": [
    {
      "Country": "India"
    },
    {
      "Country": "US"
    },
    {
      "Country": "UK"
    },
    {
      "Country": "Australia"
    },
    {
      "Country": "Canada "
    }
  ]
}

------------------ Make this json as link by using bellow link ---------

I Used this link to get data in spinner : https://api.myjson.com/bins/yhh3s