C# Class EvolveExample.Activity1

Inheritance: Android.Support.V4.App.FragmentActivity
显示文件 Open project: bduncavage/evolve2013

Protected Methods

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

Private Methods

Method Description
UpdateServiceForeground ( bool isForeground ) : void
nav_NavigationItemSelected ( object sender, NavigationEventArgs args ) : void

Method Details

OnCreate() protected method

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

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnPause() protected method

protected OnPause ( ) : void
return void

OnResume() protected method

protected OnResume ( ) : void
return void