Method | Description | |
---|---|---|
OnCreate ( Bundle bundle ) : void |
Executed when activity is started
|
|
OnResume ( ) : void |
Executed when activity is on the screen and active
|
|
OnStart ( ) : void | ||
OnStop ( ) : void |
protected OnCreate ( Bundle bundle ) : void | ||
bundle | Bundle | Can be used to restore activity to a previous saved state |
return | void |