summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Mount <mount@google.com>2016-04-27 22:18:20 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-04-27 22:18:20 +0000
commitbf4800613e1c724a1dd7de7a0e9733e6ec7716dd (patch)
tree21d144d7592125716fd486befe2f491dbc1c4428
parent900ca609eb6d8e998de9526feffd9fcb12c3f733 (diff)
parentc9941884496ab55fbe617bb24da4531004ab52ce (diff)
downloaddata-binding-bf4800613e1c724a1dd7de7a0e9733e6ec7716dd.tar.gz
Add package-level documentation referencing the guide. am: 52c473f am: 84dc2cd am: 41b4a28
am: c994188 * commit 'c9941884496ab55fbe617bb24da4531004ab52ce': Add package-level documentation referencing the guide. Change-Id: I434432cdf27f2db44757f38fe31a85d7b106b22b
-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>