public class AIRS_manual
extends Activity
WebView| Constructor and Description |
|---|
AIRS_manual() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
dispatchKeyEvent(KeyEvent event) |
void |
onConfigurationChanged(Configuration newConfig)
Called when the configuration of the activity has changed.
|
void |
onCreate(Bundle savedInstanceState)
Called when the activity is first created.
|
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 onConfigurationChanged(Configuration newConfig)
newConfig - new configuration after changepublic boolean dispatchKeyEvent(KeyEvent event)
public boolean onPrepareOptionsMenu(Menu menu)
menu - Reference to the Menupublic boolean onOptionsItemSelected(MenuItem item)
item - Reference to the MenuItem clicked on