C# Class TransitApp.Droid.Views.HomeView

Inheritance: Cirrious.MvvmCross.Droid.Fragging.MvxFragmentActivity, IFragmentHost
Afficher le fichier Open project: nycmobiledev/transit-app

Méthodes publiques

Méthode Description
OnConfigurationChanged ( Configuration newConfig ) : void
OnCreateOptionsMenu ( IMenu menu ) : bool
OnOptionsItemSelected ( IMenuItem item ) : bool
OnPrepareOptionsMenu ( IMenu menu ) : bool
Show ( Cirrious.MvvmCross.ViewModels.MvxViewModelRequest request ) : bool

Read all about this, but this is a nice way if there were multiple fragments on the screen for us to decide what and where to show stuff See: http://enginecore.blogspot.ro/2013/06/more-dynamic-android-fragments-with.html

Méthodes protégées

Méthode Description
OnCreate ( Bundle savedInstanceState ) : void
OnPostCreate ( Bundle savedInstanceState ) : void

Private Methods

Méthode Description
RegisterForDetailsRequests ( ) : void

Use the custom presenter to determine if we can navigate forward.

Method Details

OnConfigurationChanged() public méthode

public OnConfigurationChanged ( Configuration newConfig ) : void
newConfig Configuration
Résultat void

OnCreate() protected méthode

protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
Résultat void

OnCreateOptionsMenu() public méthode

public OnCreateOptionsMenu ( IMenu menu ) : bool
menu IMenu
Résultat bool

OnOptionsItemSelected() public méthode

public OnOptionsItemSelected ( IMenuItem item ) : bool
item IMenuItem
Résultat bool

OnPostCreate() protected méthode

protected OnPostCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
Résultat void

OnPrepareOptionsMenu() public méthode

public OnPrepareOptionsMenu ( IMenu menu ) : bool
menu IMenu
Résultat bool

Show() public méthode

Read all about this, but this is a nice way if there were multiple fragments on the screen for us to decide what and where to show stuff See: http://enginecore.blogspot.ro/2013/06/more-dynamic-android-fragments-with.html
public Show ( Cirrious.MvvmCross.ViewModels.MvxViewModelRequest request ) : bool
request Cirrious.MvvmCross.ViewModels.MvxViewModelRequest
Résultat bool