C# Class AndroidApp.MainActivity

Inheritance: Android.App.Activity
Afficher le fichier Open project: xamarin/mini-hacks

Méthodes publiques

Свойство Type Description
_bitmap Android.Graphics.Bitmap
_dir File
_file File

Méthodes protégées

Méthode Description
OnActivityResult ( int requestCode, Result resultCode, Android.Content.Intent data ) : void
OnCreate ( Bundle bundle ) : void

Private Methods

Méthode Description
CreateDirectoryForPictures ( ) : void
IsThereAnAppToTakePictures ( ) : bool
OnActionClick ( object sender, EventArgs eventArgs ) : void

Method Details

OnActivityResult() protected méthode

protected OnActivityResult ( int requestCode, Result resultCode, Android.Content.Intent data ) : void
requestCode int
resultCode Result
data Android.Content.Intent
Résultat void

OnCreate() protected méthode

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

Property Details

_bitmap public_oe static_oe property

public static Bitmap,Android.Graphics _bitmap
Résultat Android.Graphics.Bitmap

_dir public_oe static_oe property

public static File _dir
Résultat File

_file public_oe static_oe property

public static File _file
Résultat File