C# Class SamsungChordTest.MainActivity

Inheritance: Android.App.Activity
Mostrar archivo Open project: Hitcents/samsung-chord-test

Public Methods

Method Description
MainActivity ( ) : System

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnStop ( ) : void

Private Methods

Method Description
ShowPopUp ( string title, string message ) : void

Method Details

MainActivity() public method

public MainActivity ( ) : System
return System

OnCreate() protected method

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

OnStop() protected method

protected OnStop ( ) : void
return void