C# Class GeneticsSample.MainActivity

Inheritance: Android.App.Activity
Show file Open project: mattleibow/Genetics

Public Methods

Method Description
MainActivity ( ) : System

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnDestroy ( ) : void

Private Methods

Method 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 method

public MainActivity ( ) : System
return System

OnCreate() protected method

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

OnDestroy() protected method

protected OnDestroy ( ) : void
return void