diff --git a/Android.mk b/Android.mk index c18b24bc26d63..b43653868264e 100644 --- a/Android.mk +++ b/Android.mk @@ -432,6 +432,8 @@ web_docs_sample_code_flags := \ resources/samples/TicTacToeLib "TicTacToeLib" \ -samplecode $(sample_dir)/TicTacToeMain \ resources/samples/TicTacToeMain "TicTacToeMain" \ + -samplecode $(sample_dir)/WeatherListWidget \ + resources/samples/WeatherListWidget "Weather List Widget Sample" \ -samplecode $(sample_dir)/Wiktionary \ resources/samples/Wiktionary "Wiktionary" \ -samplecode $(sample_dir)/WiktionarySimple \ diff --git a/docs/html/resources/resources-data.js b/docs/html/resources/resources-data.js index 5a3145b5185c0..6d0768dc84f0f 100644 --- a/docs/html/resources/resources-data.js +++ b/docs/html/resources/resources-data.js @@ -604,6 +604,16 @@ var ANDROID_RESOURCES = [ en: 'A simple Android home screen widgets example.' } }, + { + tags: ['sample', 'widgets', 'newfeature', 'new'], + path: 'samples/WeatherListWidget/index.html', + title: { + en: 'Weather List Widget Sample' + }, + description: { + en: 'A more complex collection-widget example which uses a ContentProvider as its data source.' + } + }, { tags: ['sample', 'layout'], path: 'samples/XmlAdapters/index.html', diff --git a/docs/html/resources/samples/images/WeatherListWidget.png b/docs/html/resources/samples/images/WeatherListWidget.png new file mode 100644 index 0000000000000..f0cbdaff095f7 Binary files /dev/null and b/docs/html/resources/samples/images/WeatherListWidget.png differ