C# Class ShoppingPad.Droid.MainActivity

Inheritance: Android.App.Activity
Exibir arquivo Open project: jj09/ShoppingPad

Public Properties

Property Type Description
SqliteConnection SQLite.SQLiteConnection

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnDestroy ( ) : void
OnPause ( ) : void

Private Methods

Method Description
AddTabToActionBar ( int labelResourceId ) : void
TabOnTabSelected ( object sender, ActionBar tabEventArgs ) : void

Method Details

OnCreate() protected method

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

OnDestroy() protected method

protected OnDestroy ( ) : void
return void

OnPause() protected method

protected OnPause ( ) : void
return void

Property Details

SqliteConnection public_oe static_oe property

public static SQLiteConnection,SQLite SqliteConnection
return SQLite.SQLiteConnection