public class AIRS_settings_tab
extends Activity
HandlerUI,
AIRS_general_settings| Modifier and Type | Field and Description |
|---|---|
static HandlerUI |
current_handler
current handlerUI being selected in the settings tab
|
| Constructor and Description |
|---|
AIRS_settings_tab() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
onItemClick(
Called when clicking on a list item
|
boolean |
onOptionsItemSelected(MenuItem item)
Called when an option menu item has been selected by the user
|
void |
onPause()
Called when the activity is paused.
|
boolean |
onPrepareOptionsMenu(Menu menu)
Called when the Options menu is opened
|
void |
onStop()
Called when the activity is stopped.
|
public static HandlerUI current_handler
public void onCreate(Bundle savedInstanceState)
savedInstanceState - a Bundle of the saved state, according to Android lifecycle modelpublic void onPause()
public void onStop()
public void onDestroy()
public void onConfigurationChanged(Configuration newConfig)
newConfig - new configuration after changepublic boolean onPrepareOptionsMenu(Menu menu)
menu - Reference to the Menupublic boolean onOptionsItemSelected(MenuItem item)
item - Reference to the MenuItem clicked onpublic void onItemClick(av, View v, int arg2, long arg3)
av - parent viewv - View of clicked itemarg2 - don't actually knowarg3 - item in ListView being clicked