How to use MvxCachingFragmentActivity?
Asked Answered
E

1

1

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?

Elaterin answered 7/4, 2015 at 14:58 Comment(0)
D
1

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

Derwin answered 8/4, 2015 at 7:3 Comment(1)
A new example that handles this is available here: github.com/MvvmCross/MvvmCross-AndroidSupport/tree/master/…Derwin

© 2022 - 2024 — McMap. All rights reserved.