public class AIRS_tabs
extends TabActivity
| Modifier and Type | Field and Description |
|---|---|
static boolean |
sensors_shown |
| Constructor and Description |
|---|
AIRS_tabs() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
dispatchKeyEvent(KeyEvent event)
Called for dispatching key events sent to the Activity
|
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 |
onSharedPreferenceChanged(SharedPreferences sharedPreferences,
String key)
Called when a shared preference setting has changed.
|
void |
onTabChanged(String tabId)
Called when the tab has changed.
|
public void onCreate(Bundle savedInstanceState)
savedInstanceState - a Bundle of the saved state, according to Android lifecycle modelpublic boolean dispatchKeyEvent(KeyEvent event)
event - Reference to the KeyEvent being pressedpublic void onConfigurationChanged(Configuration newConfig)
newConfig - new configuration after changepublic void onSharedPreferenceChanged(SharedPreferences sharedPreferences,
String key)
sharedPreferences - pointer to preferenceskey - String of the changed keypublic void onTabChanged(String tabId)
tabId - ID of the new tab