public interface Lifecycle
Modifier and Type | Method and Description |
---|---|
void |
onConfigurationChanged(android.content.res.Configuration c)
Called if there is a configuration change.
|
void |
onCreate(android.app.Activity activity,
MapView mapView)
Called as part of the creation of the lifecycle.
|
void |
onDestroy()
Called during lifecycle destruction.
|
void |
onFinish()
Called when the destruction is finished.
|
void |
onPause()
Called when the application is paused.
|
void |
onResume()
Called when the application is resumed.
|
void |
onStart()
Called after onCreate.
|
void |
onStop()
Called right before onDestroy.
|
void onCreate(android.app.Activity activity, MapView mapView)
activity
- The main ATAK activity.mapView
- The transapp.mapi.MapView that contains the ATAK MapView.void onStart()
void onPause()
void onResume()
void onStop()
void onDestroy()
void onConfigurationChanged(android.content.res.Configuration c)
c
- void onFinish()