public class AIRS_remotevalues
extends Activity
AIRS_remote| Constructor and Description |
|---|
AIRS_remotevalues() |
| Modifier and Type | Method and Description |
|---|---|
void |
onActivityResult(int requestCode,
int resultCode,
Intent data)
Called when called
Activity has finished. |
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 stopped.
|
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
|
void |
onRestart()
Called when the activity is restarted.
|
void |
onStop()
Called when the activity is stopped.
|
public void onCreate(Bundle savedInstanceState)
savedInstanceState - a Bundle of the saved state, according to Android lifecycle modelpublic void onRestart()
public void onStop()
public void onDestroy()
public void onActivityResult(int requestCode,
int resultCode,
Intent data)
requestCode - ID being used when calling the ActivityresultCode - result code being set by the called Activitydata - Reference to the Intent with result data from the called Activitypublic boolean onPrepareOptionsMenu(Menu menu)
menu - Reference to the Menupublic void onConfigurationChanged(Configuration newConfig)
newConfig - new configuration after changepublic boolean onOptionsItemSelected(MenuItem item)
item - Reference to the MenuItem clicked on