C# Class Playground.Android.MainActivity

Inheritance: Android.App.Activity
Show file Open project: fpt-software/Wordpress-Client

Public Methods

Method Description
ToHex ( byte bytes, bool upperCase ) : string

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
HandleDownloadProgress ( long bytes, long totalBytes, long totalBytesExpected ) : void

Method Details

OnCreate() protected method

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

ToHex() public static method

public static ToHex ( byte bytes, bool upperCase ) : string
bytes byte
upperCase bool
return string