Basic android media player, small side project. Will add more functionality..
MediaPlayer is hosted in the following web site
https://github.com/Cellery72/MediaPlayer
If you think the Android project MediaPlayer 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 MediaPlayer.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 1 |
Fragment Count | 1 |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE |
There are 3 image files in MediaPlayer. 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.
MediaPlayer has the following Java source files.
com.elleryjustin.mediaplayer.ApplicationTest.java com.elleryjustin.mediaplayer.MainActivity.java com.elleryjustin.mediaplayer.MusicController.java com.elleryjustin.mediaplayer.MusicService.java com.elleryjustin.mediaplayer.Song .java com.elleryjustin.mediaplayer.SongAdapter.java