I use the Android toolbar in my MvvmCross 3.5.1 application, but after I updated it to MvvmCross 4.0, the data binding is broken. While there is no underlying appcompat activity, I have to implement my own:
MvxActionBarEventSourceActivity : AppCompatActivity , IMvxEventSourceActivity { ... }
And then the basic mvx binding activity:
MvxActionBarActivity : MvxActionBarEventSourceActivity, IMvxAndroidView { ... }
The application starts just fine, and I see my toolbar, but the bindings are just silent and not working. The same is true for MvvmCross 3.5.
Here you can find the full sample: https://dl.dropboxusercontent.com/u/19503836/MvvmCross4_Toolbar_Bindings.zip
Please inform.
source share