public interface LifeCycle
Modifier and Type | Method and Description |
---|---|
void |
onCreate(android.os.Bundle savedInstanceState)
On create.
|
void |
onDestroy()
On destroy.
|
void |
onLowMemory()
On low memory.
|
void |
onPause()
On pause.
|
void |
onResume()
On resume.
|