C# Class Urho.Samples.Droid.SamplesSelectorActivity

Inheritance: Android.App.ListActivity
Show file Open project: xamarin/urho-samples

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnListItemClick ( Android l, Android v, int position, long id ) : void

Method Details

OnCreate() protected method

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

OnListItemClick() protected method

protected OnListItemClick ( Android l, Android v, int position, long id ) : void
l Android
v Android
position int
id long
return void