C# Class SteamDroid.App.ChangeState

Inheritance: Android.App.ListActivity
Show file Open project: FlyingPie/SteamDroid

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnListItemClick ( ListView l, Android.Views.View 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 ( ListView l, Android.Views.View v, int position, long id ) : void
l ListView
v Android.Views.View
position int
id long
return void