Hi everyone,
I have a list of images from online sources that I'm loading into an ImageView using SimpleMediaManager within a RecyclerView.
My question is, how can I implement caching, like Picasso does, so that images that have already been loaded and cached don't get reloaded?
Thanks
I have a list of images from online sources that I'm loading into an ImageView using SimpleMediaManager within a RecyclerView.
My question is, how can I implement caching, like Picasso does, so that images that have already been loaded and cached don't get reloaded?
Thanks