C# Class BuildItArSample.Android.MainActivity

Inheritance: Android.App.Activity, ILocationListener
Datei anzeigen Open project: builttoroam/BuildIt

Public Methods

Method Description
OnConfigurationChanged ( Configuration newConfig ) : void
OnLocationChanged ( global location ) : void
OnProviderDisabled ( string provider ) : void
OnProviderEnabled ( string provider ) : void
OnStatusChanged ( string provider, Availability status, Bundle extras ) : void

Protected Methods

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

Private Methods

Method Description
InitSensors ( ) : void
OpenCamera ( ) : void
PopulateWorld ( ) : void
UpdateCameraDisplayOrientation ( ) : void
UpdateElementsOnScreen ( float roll, float pitch, float yaw ) : void

Method Details

OnConfigurationChanged() public method

public OnConfigurationChanged ( Configuration newConfig ) : void
newConfig Configuration
return void

OnCreate() protected method

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

OnLocationChanged() public method

public OnLocationChanged ( global location ) : void
location global
return void

OnPause() protected method

protected OnPause ( ) : void
return void

OnProviderDisabled() public method

public OnProviderDisabled ( string provider ) : void
provider string
return void

OnProviderEnabled() public method

public OnProviderEnabled ( string provider ) : void
provider string
return void

OnResume() protected method

protected OnResume ( ) : void
return void

OnStatusChanged() public method

public OnStatusChanged ( string provider, Availability status, Bundle extras ) : void
provider string
status Availability
extras Bundle
return void