C# Class TransitApp.Droid.Setup

Defines the Setup type.
Inheritance: Cirrious.MvvmCross.Droid.Platform.MvxAndroidSetup
Datei anzeigen Open project: nycmobiledev/transit-app

Public Methods

Method Description
Setup ( Android.Content.Context applicationContext ) : Android.Content

Initializes a new instance of the Setup class.

Protected Methods

Method Description
CreateApp ( ) : IMvxApplication

Creates the app.

CreateViewPresenter ( ) : IMvxAndroidViewPresenter
FillTargetFactories ( IMvxTargetBindingFactoryRegistry registry ) : void

Method Details

CreateApp() protected method

Creates the app.
protected CreateApp ( ) : IMvxApplication
return IMvxApplication

CreateViewPresenter() protected method

protected CreateViewPresenter ( ) : IMvxAndroidViewPresenter
return IMvxAndroidViewPresenter

FillTargetFactories() protected method

protected FillTargetFactories ( IMvxTargetBindingFactoryRegistry registry ) : void
registry IMvxTargetBindingFactoryRegistry
return void

Setup() public method

Initializes a new instance of the Setup class.
public Setup ( Android.Content.Context applicationContext ) : Android.Content
applicationContext Android.Content.Context The application context.
return Android.Content