C# Class BuildItArSample.Android.MainActivity

Inheritance: Android.App.Activity, ILocationListener
Afficher le fichier Open project: builttoroam/BuildIt

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnCreate ( Bundle bundle ) : void
OnPause ( ) : void
OnResume ( ) : void

Private Methods

Méthode Description
InitSensors ( ) : void
OpenCamera ( ) : void
PopulateWorld ( ) : void
UpdateCameraDisplayOrientation ( ) : void
UpdateElementsOnScreen ( float roll, float pitch, float yaw ) : void

Method Details

OnConfigurationChanged() public méthode

public OnConfigurationChanged ( Configuration newConfig ) : void
newConfig Configuration
Résultat void

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void

OnLocationChanged() public méthode

public OnLocationChanged ( global location ) : void
location global
Résultat void

OnPause() protected méthode

protected OnPause ( ) : void
Résultat void

OnProviderDisabled() public méthode

public OnProviderDisabled ( string provider ) : void
provider string
Résultat void

OnProviderEnabled() public méthode

public OnProviderEnabled ( string provider ) : void
provider string
Résultat void

OnResume() protected méthode

protected OnResume ( ) : void
Résultat void

OnStatusChanged() public méthode

public OnStatusChanged ( string provider, Availability status, Bundle extras ) : void
provider string
status Availability
extras Bundle
Résultat void