C# Class StartedServicesDemo.MainActivity

Inheritance: Android.App.Activity
Afficher le fichier Open project: xamarin/monodroid-samples

Méthodes protégées

Méthode Description
OnCreate ( Bundle savedInstanceState ) : void
OnDestroy ( ) : void
OnSaveInstanceState ( Bundle outState ) : void

Private Methods

Méthode Description
StartServiceButton_Click ( object sender, System e ) : void
StopServiceButton_Click ( object sender, System e ) : void

Method Details

OnCreate() protected méthode

protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
Résultat void

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void

OnSaveInstanceState() protected méthode

protected OnSaveInstanceState ( Bundle outState ) : void
outState Bundle
Résultat void