MvvmCross-AndroidSupport
MvvmCross-AndroidSupport copied to clipboard
Android support library packages for MvvmCross: The .NET MVVM framework for cross-platform solutions.
#200 removed ItemTemplateid from IMvxRecylerAdapter, which is used in MvxHorizontalGridView. The build is broken. @thefex I will add it back temporarily. Could you maybe, if you have time fix up...
Creating an issue so I don't forget to PR this. If a fragment ViewModel is cached and re-used,it won't re-run the lifecycle with a new navigation. [Problem source](https://github.com/MvvmCross/MvvmCross-AndroidSupport/blob/master/MvvmCross.Droid.Support.V7.Fragging/Fragments/MvxFragmentExtensions.cs#L53) My current...
Currently, if we need to show a viewmodel with different parameters with a visible fragment, the process will be blocked somewhere inside MvvmCross. This needs to be changed in order...