C# Class AndroidApp.MainActivity

Inheritance: Android.App.Activity
Datei anzeigen Open project: xamarin/mini-hacks

Public Properties

Property Type Description
_bitmap Android.Graphics.Bitmap
_dir File
_file File

Protected Methods

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

Private Methods

Method Description
CreateDirectoryForPictures ( ) : void
IsThereAnAppToTakePictures ( ) : bool
OnActionClick ( object sender, EventArgs eventArgs ) : void

Method Details

OnActivityResult() protected method

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

OnCreate() protected method

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

Property Details

_bitmap public_oe static_oe property

public static Bitmap,Android.Graphics _bitmap
return Android.Graphics.Bitmap

_dir public_oe static_oe property

public static File _dir
return File

_file public_oe static_oe property

public static File _file
return File