C# Class StartedServicesDemo.MainActivity

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

Protected Methods

Method Description
OnCreate ( Bundle savedInstanceState ) : void
OnDestroy ( ) : void
OnSaveInstanceState ( Bundle outState ) : void

Private Methods

Method Description
StartServiceButton_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

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnSaveInstanceState() protected method

protected OnSaveInstanceState ( Bundle outState ) : void
outState Bundle
return void