i'm trying use mvvmcross xamarin.android app @ minute, using androidsupport stuff (https://github.com/mvvmcross/mvvmcross-androidsupport).
i've got lot of working, cant figure out how i'm meant add fragment stack when navigate it. can help?
matt
i've updated example show how navigation , stack handling: https://github.com/mvvmcross/mvvmcross-androidsupport/pull/44
i realize might not convenient, thinking on adding this:
protected void showfragment(string tag, int contentid, bundle bundle = null, bool addtobackstack = false)
to cachingfragment class. enable add in show method of presenter.
Comments
Post a Comment