Simple music player for Android with an emphasis on clean UI..
aPlayer is hosted in the following web site
https://github.com/hayyaan/aPlayer
If you think the Android project aPlayer 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 aPlayer.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Minimum SDK Version | 16 |
Activity Count | 5 |
Fragment Count | 1 |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\songs\sample.mp3 |
There are 24 image files in aPlayer. The names of the image files are listed as follows.
ic_launcher2.png ic_launcher3.png img_btn_backward.png img_btn_backward_pressed.png img_btn_forward.png img_btn_forward_pressed.png img_btn_next.png img_btn_next_pressed.png img_btn_pause.png img_btn_pause_pressed.png img_btn_play.png img_btn_play_pressed.png img_btn_playlist.png img_btn_playlist_pressed.png img_btn_previous.png img_btn_previous_pressed.png img_btn_repeat.png img_btn_repeat_pressed.png img_btn_shuffle.png img_btn_shuffle_pressed.png img_seekbar_bg.png img_seekbar_progress_blue.png seek_handler.png track_info_bg.png
The following screenshort is generated from the image listed above.
aPlayer has the following Java source files.
com.aPlayer.musicplayer.AllList.java com.aPlayer.musicplayer.ArtistTab.java com.aPlayer.musicplayer.CustomArtist.java com.aPlayer.musicplayer.CustomPlaylist.java com.aPlayer.musicplayer.CustomPlaylistTab.java com.aPlayer.musicplayer.FragmentTab1.java com.aPlayer.musicplayer.MainActivity.java com.aPlayer.musicplayer.MediaPlayerSingle.java com.aPlayer.musicplayer.MediaStoreHandler.java com.aPlayer.musicplayer.PlayListActivity.java com.aPlayer.musicplayer.SelectSongs.java com.aPlayer.musicplayer.Song.java com.aPlayer.musicplayer.TabListener.java com.aPlayer.musicplayer.Utilities.java com.devadvance.circularseekbar.CircularSeekBar.java