C# Class Search.SearchActivity

Inheritance: Android.App.Activity
显示文件 Open project: gruan01/Xamarin-Example

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnNewIntent ( Android.Content.Intent intent ) : void

Private Methods

Method Description
Btn_Click ( object sender, EventArgs e ) : void
HandleIntent ( Android.Content.Intent intent ) : void

Method Details

OnCreate() protected method

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

OnNewIntent() protected method

protected OnNewIntent ( Android.Content.Intent intent ) : void
intent Android.Content.Intent
return void