C# Class BoundServiceDemo.MainActivity

Inheritance: Android.App.Activity
Show file Open project: xamarin/monodroid-samples Class Usage Examples

Protected Methods

Method Description
OnCreate ( Bundle savedInstanceState ) : void
OnPause ( ) : void
OnResume ( ) : void
OnStart ( ) : void
OnStop ( ) : void

Private Methods

Method Description
GetTimestampButton_Click ( object sender, System e ) : void
RestartServiceButton_Click ( object sender, System e ) : void
StopServiceButton_Click ( object sender, System e ) : void

Method Details

OnCreate() protected method

protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
return void

OnPause() protected method

protected OnPause ( ) : void
return void

OnResume() protected method

protected OnResume ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

OnStop() protected method

protected OnStop ( ) : void
return void