public class

ImageCache

extends Object
implements GDApplication.OnLowMemoryListener
java.lang.Object
   ↳ greendroid.image.ImageCache

Class Overview

A very basing implementation of an Bitmap cache

Summary

Public Constructors
ImageCache(Context context)
Public Methods
void flush()
static ImageCache from(Context context)
Bitmap get(String url)
void onLowMemoryReceived()
void put(String url, Bitmap bitmap)
[Expand]
Inherited Methods
From class java.lang.Object
From interface greendroid.app.GDApplication.OnLowMemoryListener

Public Constructors

public ImageCache (Context context)

Public Methods

public void flush ()

public static ImageCache from (Context context)

public Bitmap get (String url)

public void onLowMemoryReceived ()

public void put (String url, Bitmap bitmap)