public class ResKeeper
extends java.lang.Object
| Constructor and Description |
|---|
ResKeeper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearImageCache()
You must call this method after using images
|
static android.graphics.Bitmap |
getImage(ImageID imageID,
android.content.res.Resources resources)
Получить изображение из кэша или если его там нету, то загрузить, добавить в кэш и вернуть
|
public static android.graphics.Bitmap getImage(ImageID imageID, android.content.res.Resources resources)
imageID - resources - public static void clearImageCache()