I have static Gridview from local List How to make it dynamic
问题 i have gridview from local list now i want to populate that gridview from api any idea how to do it, this is how my api response look like { "status": "SUCCESS", "data": [ { "img": "http://3.127.255.230/rest_ci/assets/uploads/products/1589784928__food12.jpg", "name": "Fruit Salad" }, { "img": "http://3.127.255.230/rest_ci/assets/uploads/products/1589784733__food12.jpg", "name": "Fruit Salad" }, { "img": "assets/food3.jpeg", "name": "Hamburger" }, ] } this is my static (local list) code for