Merge "Associated changes for 'Adding sample for collection widgets backed by content providers.'" into honeycomb

This commit is contained in:
Winson Chung
2011-02-11 15:07:06 -08:00
committed by Android (Google) Code Review
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