Android MVVM Design Pattern Examples

后端 未结 14 1361
逝去的感伤
逝去的感伤 2020-12-07 07:09

I currently do a lot of WPF development and have started creating some basic Android apps. When creating WPF apps I often use MVVM, normally using Prism, and would like to k

14条回答
  •  渐次进展
    2020-12-07 07:54

    There is now an Official Android Data Binding Plugin although its still in beta at the moment. Work is also being done to add tooling support for the binding syntax in the beta version of Android Studio.

    See below for more information

    https://developer.android.com/tools/data-binding/guide.html

提交回复
热议问题