Android: Cache image by android class or manual way? -


when develop android app download , caching image internet, see many app use memorylrucache or disklrucache cache image after download. want know why use them, why don't use way like: download image, save image sd card , after image sd card show it( manual way). i'm newbie in android dev. please me understand it? many many times.

well downloading list of images url consume time , fill user memory also....so better dynamically load images url , make cache , preview images cache..

i hope did got point....check example of lazy loading of image


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

c++ - End of file on pipe magic during open -