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 ///