I am developing an application which has a list view with image. I planned to use lrucache to cache the image.Before implementing i just want to know is there any efficient way to do this(The list view is more or less like a Facebook new feed screen which shows images, comments, title etc)
Need some suggestion on implementing this efficiently.