C# Class Input101.MainActivity

Inheritance: Android.App.Activity
Exibir arquivo Open project: GoXuni/Xamarin.Android-Samples

Public Methods

Method Description
ItemClick ( object sender, Android.Widget.AdapterView e ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Method Details

ItemClick() public method

public ItemClick ( object sender, Android.Widget.AdapterView e ) : void
sender object
e Android.Widget.AdapterView
return void

OnCreate() protected method

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