Android : storing images in phone memory using picasso or universal image loader instead of cache

on Friday, September 19, 2014


i am using using picasso library for loading images from url and the images are loading perfectly but the problem is it stores the images on cache memory of device and after loading many images it runs out of memory so is their any way to store images on phone memory , the images downloaded should be shored as APP DATA of the application so that when device is disconnected from the net it still can fetch the image.




If its not posssible to store images on device using picasso the how can we achive the same using universal image loader , i wanted to know the UIL option configuration.


thanks


0 comments:

Post a Comment