Equivalent to UserControl in Android with the MvvmCross framework

后端 未结 1 1926
感情败类
感情败类 2021-01-23 05:25

I would like to know if there is any equivalent to UserControl in Xamarin.Android using the MvvmCross framework. Because I have a MvxActivity containing a layout I would like to

相关标签:
1条回答
  • 2021-01-23 05:48

    You could try the MvxFrameControl at the end of N=26 in http://mvvmcross.blogspot.co.uk/

    The source code for MvxFrameControl also shows you how to inherit from any Android control in order to add data-binding capabilities - see https://github.com/MvvmCross/MvvmCross/blob/v3.1/Cirrious/Cirrious.MvvmCross.Binding.Droid/Views/MvxFrameControl.cs

    0 讨论(0)
提交回复
热议问题