when I get the data, the Network of Chrome shows me that all elements have been retrieved but List shows only the data from the last item in the API here is my code:
}
});
-------------------------------------------------
So the network shows that 3 images are sent from API but the List shows ONLY LAST IMAGE Plz helpppppppppppppppppppppppppppppp
Well , I should see 3 images in my screen, but I see only ONE image(which is last image in the API), I mean field that I wanna retrieve from the same API, the same issue is happening, that is I see only last item of that specific field in the list, lets say I have Age : 20 , Age : 30 , Age : 40, in API, but I get only Age:40 in the list.