public class MapViewerActivity
extends MapActivity
MapViewerOverlay,
MapViewerOverlayTrack| Constructor and Description |
|---|
MapViewerActivity() |
| Modifier and Type | Method and Description |
|---|---|
void |
onClick(View v)
Called when a button has been clicked on by the user
|
void |
onConfigurationChanged(Configuration newConfig)
Called when the configuration of the activity has changed.
|
void |
onCreate(Bundle savedInstanceState)
Called when the activity is first created.
|
void |
onDestroy()
Called when the activity is destroyed.
|
boolean |
onOptionsItemSelected(MenuItem item)
Called when an option menu item has been selected by the user
|
boolean |
onPrepareOptionsMenu(Menu menu)
Called when the Options menu is opened
|
public void onCreate(Bundle savedInstanceState)
savedInstanceState - a Bundle of the saved state, according to Android lifecycle modelpublic void onDestroy()
public void onConfigurationChanged(Configuration newConfig)
newConfig - new configuration after changepublic void onClick(View v)
v - Reference to the View of the buttonpublic boolean onPrepareOptionsMenu(Menu menu)
menu - Reference to the Menupublic boolean onOptionsItemSelected(MenuItem item)
item - Reference to the MenuItem clicked on