How to use MvxCachingFragmentActivity?

I try to work with navigation only with fragments, for capping, saving the total navigation stack and parameters, etc. (work with Xamarin.Android and MVVMCross)

I think that MvxCachingFragmentActivity contains all the necessary parts.

But I can't get it to work, and I can't find any sample project that works with FullFragging. The closest is an example from Cheesebaron https://github.com/Cheesebaron/MvxFragmentsAndHamburger , after removing some comments to download ViewModels, it worked, but not for FullFragging and full recovery of NavigationStack after the action was destroyed.

Are there any suggestions where to start? or an example that uses navigation with FullFragging and, of course, recovery?

+1
source share
1 answer

There is an example that is in the process: https://github.com/steffkelsey/Xamarin_MvvmCross_MaterialDesign

+1
source

Source: https://habr.com/ru/post/1015343/


All Articles