AsyncImageView icon indicating copy to clipboard operation
AsyncImageView copied to clipboard

Losing images when app is restarted

Open zachtom opened this issue 11 years ago • 2 comments

I am using AsyncImageView in my project. The issue for me is the images are removed from cache once the app is closed. How can I avoid this. how to retain images in cache until its manually removed?

zachtom avatar Apr 30 '13 23:04 zachtom

AsyncImageView doesn't currently support saving images to disk, so they're only cached in memory. In future I may add disk caching, but you would need to save the images yourself manually.

nicklockwood avatar Apr 30 '13 23:04 nicklockwood

Hi Nick, Thanks for the response. it would be great if you could add that option as well. I was previously using HJImageCache in my projects. But yours is way faster when compared to HJImageCache. Thanks for the library. Zach

On Wed, May 1, 2013 at 12:17 AM, Nick Lockwood [email protected]:

AsyncImageView doesn't currently support saving images to disk, so they're only cached in memory. In future I may add disk caching, but you would need to save the images yourself manually.

— Reply to this email directly or view it on GitHubhttps://github.com/nicklockwood/AsyncImageView/issues/26#issuecomment-17260306 .

zachtom avatar Apr 30 '13 23:04 zachtom