GreenDroid
Package Index
|
Class Index
com.cyrilmottier.android.greendroid
greendroid.app
greendroid.graphics.drawable
greendroid.image
greendroid.util
greendroid.widget
greendroid.widget.item
greendroid.widget.itemview
Interfaces
ImageLoader.ImageLoaderCallback
ImageProcessor
ImageRequest.ImageRequestCallback
Classes
ChainImageProcessor
ImageCache
ImageLoader
ImageRequest
MaskImageProcessor
ScaleImageProcessor
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
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
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0)
final void
wait
(long arg0, int arg1)
From interface
greendroid.app.GDApplication.OnLowMemoryListener
abstract void
onLowMemoryReceived
()
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)