public class ResourceManager
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ResourceManager |
INSTANCE |
| Constructor and Description |
|---|
ResourceManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
void |
loadAllResources(android.content.Context context)
Loads all resources that are required for native processing.
|
void |
unloadAllResources()
Clears all resources that are required for native processing and frees the memory.
|
public static final ResourceManager INSTANCE
public void loadAllResources(android.content.Context context)
context - Application context required to access resources.public void unloadAllResources()
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable