C# Class MyDriving.Droid.MainActivity

Inheritance: BaseActivity
Show file Open project: Azure-Samples/MyDriving

Public Methods

Method Description
OnBackPressed ( ) : void
OnOptionsItemSelected ( IMenuItem item ) : bool

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnDestroy ( ) : void
OnPause ( ) : void
OnStart ( ) : void

Private Methods

Method Description
CheckForUpdates ( ) : void
InitializeHockeyApp ( ) : void
ListItemClicked ( int itemId ) : void
UnregisterManagers ( ) : void

Method Details

OnBackPressed() public method

public OnBackPressed ( ) : void
return void

OnCreate() protected method

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

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnOptionsItemSelected() public method

public OnOptionsItemSelected ( IMenuItem item ) : bool
item IMenuItem
return bool

OnPause() protected method

protected OnPause ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void