1<html> 2<body> 3<p>Contains components used when developing applications with data binding.</p> 4 5<p>Android data binding operates primarily at compile time, processing expressions 6found in the layout file and generating code in the application. This package 7contains common code that will be included with the application, just like 8support library components.</p> 9 10<p>See the <a href="{@docRoot}/tools/data-binding/guide.html">Data Binding Guide</a> 11to get started using data binding.</p> 12</body> 13</html> 14