Show image details of selected image
I’m using an API that returns random images each time. The app currently displayed 6 random images from the API, however I’m now trying to achieve a page that displays the image data, such as the date, description etc. How would I go about this as every time I make a request on the details page, new data is received back.