Contains components used when developing applications with data binding.

Android data binding operates primarily at compile time, processing expressions found in the layout file and generating code in the application. This package contains common code that will be included with the application, just like support library components.

See the Data Binding Guide to get started using data binding.