Top "Android-databinding" questions

Data Binding Library to write declarative layouts and minimize the glue code necessary to bind your application logic and layouts.

What does it mean for a gradle property to be "experimental and unsupported"?

Several times, to solve an issue or update dependencies, I had to enable a given gradle option setting. For example, …

android gradle android-databinding gradle-properties
Data Binding Error Trying to Pass ViewModel into Include Layout with Abstract Variable Type

*EDIT: To answer my own question, I had to add EditorViewModel as an import to the parent abstract class in …

include abstract-class viewmodel android-databinding concreteclass
Two-way binding cannot resolve a setter for java.lang.String property

I am playing with the two-way binding of the data binding API which was introduced in Android Studio 2.1 AFIK. I …

android android-databinding two-way