public class AppLike
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
attachBaseContext(android.content.Context base) |
android.app.Application |
getContext() |
static AppLike |
getInstance() |
void |
onConfigurationChanged(android.content.res.Configuration newConfig) |
void |
onCreate() |
void |
onLowMemory() |
void |
onTerminate() |
void |
onTrimMemory(int level) |
public static AppLike getInstance()
public android.app.Application getContext()
public void attachBaseContext(android.content.Context base)
public void onCreate()
public void onTerminate()
public void onConfigurationChanged(android.content.res.Configuration newConfig)
public void onLowMemory()
public void onTrimMemory(int level)