summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2016-04-27 22:12:30 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-04-27 22:12:30 +0000
commitc9941884496ab55fbe617bb24da4531004ab52ce (patch)
tree21d144d7592125716fd486befe2f491dbc1c4428
parenta12278c5dfb662157a581630855837a92a0dbfc2 (diff)
parent41b4a286c98ded1dbb8bf2fcdd5a9ca29f9423e2 (diff)
downloaddata-binding-c9941884496ab55fbe617bb24da4531004ab52ce.tar.gz
Add package-level documentation referencing the guide. am: 52c473f am: 84dc2cdandroid-n-mr1-preview-2android-n-mr1-preview-1
am: 41b4a28 * commit '41b4a286c98ded1dbb8bf2fcdd5a9ca29f9423e2': Add package-level documentation referencing the guide. Change-Id: I4a4d865ec2ddf627844579719ab4a81c7b8b4eb4
-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>