Android Data Binding Library in Xamarin.Android

*爱你&永不变心* 提交于 2020-02-29 19:11:33

问题


I am using Xamarin.Android (IDE: Visual Studio 2015) and would like to work with the new Data Binding Library from Google. Is it possible (and how)? Or is the Data Binding Library only available in Android Studio??

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

Felix


回答1:


The data-binding library is actually part of the gradle build toolkit so isn't available in Xamarin.Android applications. However there are plenty of data binding frameworks out there. MVVMLight, MVVMCross, Bind, etc.



来源:https://stackoverflow.com/questions/32242965/android-data-binding-library-in-xamarin-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!