New XmlAdapters sample code.
Build files modified to add the new sample. Sample screenshot images.
Change-Id: I51b9512eb7b8202a3acb482fbfbd8e5ffa100f5c
diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js
index 9bbe060..d06b695 100644
--- a/docs/html/resources/resources-data.js
+++ b/docs/html/resources/resources-data.js
@@ -554,6 +554,16 @@
en: 'A simple Android home screen widgets example.'
}
},
+ {
+ tags: ['sample', 'layout', 'new'],
+ path: 'samples/XmlAdapters/index.html',
+ title: {
+ en: 'XML Adapters'
+ },
+ description: {
+ en: 'Binding data to views using XML Adapters examples.'
+ }
+ },
/////////////////
/// TUTORIALS ///
diff --git a/docs/html/resources/samples/images/XmlPhotosAdapter.png b/docs/html/resources/samples/images/XmlPhotosAdapter.png
new file mode 100644
index 0000000..c018d54
--- /dev/null
+++ b/docs/html/resources/samples/images/XmlPhotosAdapter.png
Binary files differ
diff --git a/docs/html/resources/samples/images/XmlRssReader.png b/docs/html/resources/samples/images/XmlRssReader.png
new file mode 100644
index 0000000..00f841b
--- /dev/null
+++ b/docs/html/resources/samples/images/XmlRssReader.png
Binary files differ