C# Class GeneticsSample.MainActivity

Inheritance: Android.App.Activity
Afficher le fichier Open project: mattleibow/Genetics

Méthodes publiques

Méthode Description
MainActivity ( ) : System

Méthodes protégées

Méthode Description
OnCreate ( Bundle bundle ) : void
OnDestroy ( ) : void

Private Methods

Méthode Description
OnItemClick ( object sender, Android.Widget.AdapterView e ) : void
OnSayGetOffMe ( object sender, Android.Views.View e ) : void
OnSayHello ( object sender, EventArgs e ) : void

Method Details

MainActivity() public méthode

public MainActivity ( ) : System
Résultat System

OnCreate() protected méthode

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

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void