MvvmCross - MvxBind not bind properly
问题 In my viewmodelA, I have a property that when the button from my fragmentA.axml is clicked, I do Mvxbind and the screen changes and it shows viewmodelB and also I send an http request and I am getting response as expected. This works exactly how I want it to work. But the problem is, I can seem to show that response in my fragmentB.axml page (someNumber and status). Can anyone help me out with this problem. Thanks!! ViewmodelA.cs: public MvxCommand SomeCommand { get { return new MvxCommand(()