how to cache the image for a android list view -
i developing application has list view image. planned use lrucache cache image.before implementing want know there efficient way this(the list view more or less facebook new feed screen shows images, comments, title etc)
need suggestion on implementing efficiently.
you can use available universal image loader library. more info here : https://github.com/nostra13/android-universal-image-loader
Comments
Post a Comment