메소드 | 설명 | |
---|---|---|
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.
|
public OnConfigurationChanged ( Configuration newConfig ) : void | ||
newConfig | Configuration | |
리턴 | void |
protected OnCreate ( Bundle savedInstanceState ) : void | ||
savedInstanceState | Bundle | |
리턴 | void |
public OnOptionsItemSelected ( IMenuItem item ) : bool | ||
item | IMenuItem | |
리턴 | bool |
protected OnPostCreate ( Bundle savedInstanceState ) : void | ||
savedInstanceState | Bundle | |
리턴 | void |
public Show ( Cirrious.MvvmCross.ViewModels.MvxViewModelRequest request ) : bool | ||
request | Cirrious.MvvmCross.ViewModels.MvxViewModelRequest | |
리턴 | bool |