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