How to use MvxCachingFragmentActivity?

南楼画角 提交于 2019-12-23 01:08:08

问题


I'm trying to work with navigation with only Fragments, for tombestoning, saving total navigation stack and paramaters, etc. (working with Xamarin.Android and MVVMCross)

I think MvxCachingFragmentActivity contains all needed parts.

But I can't seem to get it to work and I can't find any example project that works with FullFragging. Closest thing is the example from Cheesebaron https://github.com/Cheesebaron/MvxFragmentsAndHamburger , after removing some comments to load the ViewModels it worked but not for FullFragging and total NavigationStack recovery after activity has been destroyed.

Anyone any suggestions where to start? or and example that uses navigation with FullFragging and of course recovery?


回答1:


There is an example that is a work in progress: https://github.com/steffkelsey/Xamarin_MvvmCross_MaterialDesign



来源:https://stackoverflow.com/questions/29494720/how-to-use-mvxcachingfragmentactivity

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!