C# 클래스 TransitApp.Droid.Views.HomeView

상속: Cirrious.MvvmCross.Droid.Fragging.MvxFragmentActivity, IFragmentHost
파일 보기 프로젝트 열기: nycmobiledev/transit-app

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnCreate ( Bundle savedInstanceState ) : void
OnPostCreate ( Bundle savedInstanceState ) : void

비공개 메소드들

메소드 설명
RegisterForDetailsRequests ( ) : void

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

메소드 상세

OnConfigurationChanged() 공개 메소드

public OnConfigurationChanged ( Configuration newConfig ) : void
newConfig Configuration
리턴 void

OnCreate() 보호된 메소드

protected OnCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
리턴 void

OnCreateOptionsMenu() 공개 메소드

public OnCreateOptionsMenu ( IMenu menu ) : bool
menu IMenu
리턴 bool

OnOptionsItemSelected() 공개 메소드

public OnOptionsItemSelected ( IMenuItem item ) : bool
item IMenuItem
리턴 bool

OnPostCreate() 보호된 메소드

protected OnPostCreate ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
리턴 void

OnPrepareOptionsMenu() 공개 메소드

public OnPrepareOptionsMenu ( IMenu menu ) : bool
menu IMenu
리턴 bool

Show() 공개 메소드

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
리턴 bool