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
The data binding library is actually part of the gradle build toolkit and therefore not available in Xamarin.Android applications. However, there are many data binding infrastructures. MVVMLight, MVVMCross, Bind, etc.