Getting a BitmapResouce from the cache

suggest change

To get a resource from the cache simply pass the key of your resource (String in this example)

public Bitmap getResourceFromMemoryCache(String key) {
    memoryCache.get(key);
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents