Package 

Class PushImageCache


  • 
    public class PushImageCache
    
                        

    Static helper to manage cache for push downloaded images

    • Method Summary

      Modifier and Type Method Description
      static void storeImageInCache(Context context, String identifier, Bitmap image) Store the given image into cache.
      static Bitmap getImageFromCache(Context context, String identifier) Get image from cache if available.
      static String buildIdentifierForURL(String url) Build a file identifier out of the url of the file (simple md5)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait