Source code from Tuts+ tutorial - Android SDK: Create a Music Player.
android-music-player is hosted in the following web site
https://github.com/SueSmith/android-music-player
If you think the Android project android-music-player listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of android-music-player.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 18 |
Minimum SDK Version | 16 |
Activity Count | 1 |
Required Permissions | android.permission.WAKE_LOCK |
There are 3 image files in android-music-player. The names of the image files are listed as follows.
end.png play.png rand.png
The following screenshort is generated from the image listed above.
android-music-player has the following Java source files.
com.example.musicplayer.MainActivity.java com.example.musicplayer.MusicController.java com.example.musicplayer.MusicService.java com.example.musicplayer.Song.java com.example.musicplayer.SongAdapter.java