What is the best practice to cache images on Android?
        Posted  
        
            by barmaleikin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by barmaleikin
        
        
        
        Published on 2010-06-08T17:48:21Z
        Indexed on 
            2010/06/08
            17:52 UTC
        
        
        Read the original article
        Hit count: 369
        
Hi guys,
In my application I use SoftReference to cache images, it is working fine with active internet connection. And now I need to cache images, so I could use it in offline mode.
What is the best way to implement it? Use complex solution with SoftReference and database? or maybe SoftReference and local storage (sdcard)?
I would appreciate your advices. Thanks.
© Stack Overflow or respective owner