C# Class Catcher.AndroidDemo.EasyRequestDemo.MainActivity

Inheritance: Android.App.Activity
Show file Open project: hwqdt/Demos

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
GetRequest ( object sender, EventArgs e ) : void
GetRequestByHWR ( object sender, EventArgs e ) : void
PostRequest ( object sender, EventArgs e ) : void
PostRequestByHWR ( object sender, EventArgs e ) : void

Method Details

OnCreate() protected method

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