C# Class AsyncImageAndroid.MainActivity

Inheritance: Android.App.Activity
Mostrar archivo Open project: xamarin/mobile-samples

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
CancelDownload ( object sender, System ea ) : void
DownloadAsync ( object sender, EventArgs args ) : void
FetchBitmap ( string imagePath ) : Task
HandleDownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
SetDownloading ( ) : void
SetReadyToDownload ( ) : void

Method Details

OnCreate() protected method

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