From 3eb9b66deb18888d7f52ed901abf342506aa3db7 Mon Sep 17 00:00:00 2001 From: Gilles Debunne Date: Wed, 23 Jun 2010 16:53:35 -0700 Subject: New XmlAdapters sample code. Build files modified to add the new sample. Sample screenshot images. Change-Id: I51b9512eb7b8202a3acb482fbfbd8e5ffa100f5c --- docs/html/resources/resources-data.js | 10 ++++++++++ .../html/resources/samples/images/XmlPhotosAdapter.png | Bin 0 -> 108550 bytes docs/html/resources/samples/images/XmlRssReader.png | Bin 0 -> 118780 bytes 3 files changed, 10 insertions(+) create mode 100644 docs/html/resources/samples/images/XmlPhotosAdapter.png create mode 100644 docs/html/resources/samples/images/XmlRssReader.png (limited to 'docs') 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 @@ var ANDROID_RESOURCES = [ 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 Binary files /dev/null and b/docs/html/resources/samples/images/XmlPhotosAdapter.png 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 Binary files /dev/null and b/docs/html/resources/samples/images/XmlRssReader.png differ -- cgit v1.1