I have a Android application solution And I want to databinding and also change the axml layout in run time? I want to know is to possible to do that with axml layout or I have to use xamarin.forms and xaml files? Thank u for your answers
You can do some data binding within axml layouts with MVVMCross.
"Some" is a bit understated. You can do a lot of binding using MvvmCross.
Answers
You can do some data binding within axml layouts with MVVMCross.
"Some" is a bit understated. You can do a lot of binding using MvvmCross.