Merge "Integrating RandomMusicPlayer sample into tree." into honeycomb-mr2
This commit is contained in:
committed by
Android (Google) Code Review
commit
da61eab862
@@ -423,6 +423,8 @@ web_docs_sample_code_flags := \
|
|||||||
resources/samples/NotePad "Note Pad" \
|
resources/samples/NotePad "Note Pad" \
|
||||||
-samplecode $(sample_dir)/SampleSyncAdapter \
|
-samplecode $(sample_dir)/SampleSyncAdapter \
|
||||||
resources/samples/SampleSyncAdapter "Sample Sync Adapter" \
|
resources/samples/SampleSyncAdapter "Sample Sync Adapter" \
|
||||||
|
-samplecode $(sample_dir)/RandomMusicPlayer \
|
||||||
|
resources/samples/RandomMusicPlayer "Random Music Player" \
|
||||||
-samplecode $(sample_dir)/RenderScript \
|
-samplecode $(sample_dir)/RenderScript \
|
||||||
resources/samples/RenderScript "RenderScript" \
|
resources/samples/RenderScript "RenderScript" \
|
||||||
-samplecode $(sample_dir)/SearchableDictionary \
|
-samplecode $(sample_dir)/SearchableDictionary \
|
||||||
|
|||||||
@@ -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>.'
|
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'],
|
tags: ['sample', 'new', 'newfeature', 'performance', 'gamedev', 'gl'],
|
||||||
path: 'samples/RenderScript/index.html',
|
path: 'samples/RenderScript/index.html',
|
||||||
|
|||||||
BIN
docs/html/resources/samples/images/randommusicplayer.png
Normal file
BIN
docs/html/resources/samples/images/randommusicplayer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user