C# Class MonoStockPortfolio.Activites.ConfigScreen.ConfigActivity

Inheritance: Android.App.Activity, IConfigView
Show file Open project: mgroves/MonodroidStockPortfolio

Public Methods

Method Description
GotoIntent ( Android.Content.Context context ) : Android.Content.Intent
PrepopulateConfiguration ( IList allitems, IEnumerable checkeditems ) : void
ShowToastMessage ( string message ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
ConfigList_ItemClick ( object sender, Android.Widget.ItemEventArgs e ) : void
SaveConfiguration ( ) : void
WireUpEvents ( ) : void

Method Details

GotoIntent() public static method

public static GotoIntent ( Android.Content.Context context ) : Android.Content.Intent
context Android.Content.Context
return Android.Content.Intent

OnCreate() protected method

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

PrepopulateConfiguration() public method

public PrepopulateConfiguration ( IList allitems, IEnumerable checkeditems ) : void
allitems IList
checkeditems IEnumerable
return void

ShowToastMessage() public method

public ShowToastMessage ( string message ) : void
message string
return void