I have an activity where I show a viewpager with a few Images. These images are retrieved from a remote source using Glide.
Now i want that when the user clicks on an image, he/she is taken to a GalleryActivity where they can also swipe to see the rest of pictures.
How can I make it so these images are transferred to the GalleryActivity and not need to be downloaded again?