Hi, I have 2 pages like parent and child, the parent page contains a list with images, these images are being retrieved from a rest service, still when this page loads it loads all the images, when I click on on list item I move to the child page and there I have to show the same image but in its actual size, so the picture will load another time , knowing that it did load before in the parent page.
Is there any way to speed up the child page since the image or picture already loaded in the parent page ?
Thanks in advance