C# Class TODOList.Android.TodoDetailActivity

Inheritance: Android.App.Activity
Datei anzeigen Open project: awslabs/aws-sdk-net-samples

Protected Methods

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

Private Methods

Method Description
DeleteButtonOnClick ( object sender, EventArgs e ) : void
SaveButtonOnClick ( object sender, EventArgs e ) : void

Method Details

OnCreate() protected method

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

OnResume() protected method

protected OnResume ( ) : void
return void