Hey,
Is it possible to iterate through an array of image URLs and cache each one at a time to be accessed at a later time? To be more specific, I would like to preload some album art for a music app and then be able to quickly load all of the images into the cache so they are readily available when the user hits the next button.
Is there a way to one shot cache images without setting them directly on an imageView?
Thanks!