Bruno Oliveira | b30a301 | 2011-06-07 01:09:21 -0400 | [diff] [blame] | 1 | <p>A simple music player that illustrates how to make a multimedia application |
| 2 | that manages media playback from a service. It allows the user to play music |
| 3 | available on the device or specify a URL from which the media should be |
| 4 | streamed. It also illustrates how to use the notification system to indicate |
| 5 | an ongoing task and how to deal with audio focus changes.</p> |
| 6 | |
Scott Main | 8e56770 | 2011-10-14 11:05:08 -0700 | [diff] [blame] | 7 | <p class="note"><strong>Update:</strong> This sample also illustrates how to use the |
Roman Nurik | c0aeb67 | 2011-10-06 17:26:29 -0700 | [diff] [blame] | 8 | <code><a href="../../../reference/android/media/RemoteControlClient.html">RemoteControlClient</a></code> |
| 9 | class added in API level 14 to integrate with music playback remote controls |
| 10 | such as those found on the lockscreen.</p> |
| 11 | |
Bruno Oliveira | b30a301 | 2011-06-07 01:09:21 -0400 | [diff] [blame] | 12 | <img alt="" src="../images/randommusicplayer.png" /> |
| 13 | |