Data Binding Library to write declarative layouts and minimize the glue code necessary to bind your application logic and layouts.
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*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 concreteclassI 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