am f1c71771: am da61eab8: Merge "Integrating RandomMusicPlayer sample into tree." into honeycomb-mr2

* commit 'f1c71771a2164ed0009ef9b22f9c03bd3b1af3f9':
  Integrating RandomMusicPlayer sample into tree.
This commit is contained in:
Bruno Oliveira
2011-06-21 11:17:12 -07:00
committed by Android Git Automerger
3 changed files with 12 additions and 0 deletions

View File

@ -423,6 +423,8 @@ web_docs_sample_code_flags := \
resources/samples/NotePad "Note Pad" \
-samplecode $(sample_dir)/SampleSyncAdapter \
resources/samples/SampleSyncAdapter "Sample Sync Adapter" \
-samplecode $(sample_dir)/RandomMusicPlayer \
resources/samples/RandomMusicPlayer "Random Music Player" \
-samplecode $(sample_dir)/RenderScript \
resources/samples/RenderScript "RenderScript" \
-samplecode $(sample_dir)/SearchableDictionary \

View File

@ -546,6 +546,16 @@ var ANDROID_RESOURCES = [
en: 'An application for saving notes. Similar (but not identical) to the <a href="/resources/tutorials/notepad/index.html">Notepad tutorial</a>.'
}
},
{
tags: ['sample', 'new', 'media' ],
path: 'samples/RandomMusicPlayer/index.html',
title: {
en: 'Random Music Player'
},
description: {
en: 'Demonstrates how to write a multimedia application that plays music from the device and from URLs. It manages media playback from a service and can play music in the background, respecting audio focus changes.'
}
},
{
tags: ['sample', 'new', 'newfeature', 'performance', 'gamedev', 'gl'],
path: 'samples/RenderScript/index.html',

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB