summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2016-04-26 09:22:37 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-04-26 09:22:37 +0000
commit84dc2cd14c86ca635e28ef140bdf329fea3737f9 (patch)
treef9c7bc72c8796d9a60e88fd08963091f5feef988
parent8b7340d0b2e57d5a3d71135f778b7f90e274a5f3 (diff)
parent52c473f64e95c061efa623ec0f84606f7e45d468 (diff)
downloaddata-binding-84dc2cd14c86ca635e28ef140bdf329fea3737f9.tar.gz
Add package-level documentation referencing the guide.
am: 52c473f * commit '52c473f64e95c061efa623ec0f84606f7e45d468': Add package-level documentation referencing the guide. Change-Id: Id34f76afc7c0bc358f100a95379e09675f84309b
-rw-r--r--baseLibrary/src/main/java/android/databinding/package.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/baseLibrary/src/main/java/android/databinding/package.html b/baseLibrary/src/main/java/android/databinding/package.html
new file mode 100644
index 00000000..0415b4c6
--- /dev/null
+++ b/baseLibrary/src/main/java/android/databinding/package.html
@@ -0,0 +1,13 @@
+<html>
+<body>
+<p>Contains components used when developing applications with data binding.</p>
+
+<p>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.</p>
+
+<p>See the <a href="{@docRoot}/tools/data-binding/guide.html">Data Binding Guide</a>
+to get started using data binding.</p>
+</body>
+</html>