Hi guys,
On page load, i query a games collection and save the references into an app state. I have a listview which requires info from a game in that app state.
I'd like to search that app state for the correct game using a gameID and then get a picture from that game and display it in the listview.
How exactly do i do this? I'm trying to do it through the image path but its confusing as to how to do it.
Thank you