Associated changes for 'Adding sample for collection widgets backed by content providers.'

Change-Id: Ic872675f4645497dd1478b6c7e3074b029ea66ad
This commit is contained in:
Winson Chung
2011-02-10 19:11:33 -08:00
parent cbcd93352b
commit 06d2fa705b
3 changed files with 12 additions and 0 deletions

View File

@@ -431,6 +431,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 \

View File

@@ -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',

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB