develope a music player based on Android.
MusicPlayer is hosted in the following web site
https://github.com/tianxiemoxue/MusicPlayer
If you think the Android project MusicPlayer 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 MusicPlayer.
Item | Value |
---|---|
Java File Count | 25 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 13 |
Activity Count | 1 |
Fragment Count | 2 |
jar files used | android-support-v4.jar pinyin4j-2.5.0.jar |
There are 11 image files in MusicPlayer. The names of the image files are listed as follows.
app_logo.png back.png icon_add.png icon_def_music.png icon_local_folder.png icon_local_music.png icon_music_player.png icon_next.png icon_pause.png icon_play.png icon_playlist_item.png
The following screenshort is generated from the image listed above.
MusicPlayer has the following Java source files.
com.example.UIManager.BottomMusicUIMgr.java com.example.Utils.MusicUtils.java com.example.Utils.SlashScreen.java com.example.Utils.StringHelper.java com.example.adapter.MusicFileAdapter.java com.example.adapter.MusicPlayListAdapter.java com.example.common.MPConstants.java com.example.db.AlbumInfoDao.java com.example.db.ArtistInfoDao.java com.example.db.DatabaseHelper.java com.example.db.FolderInfoDao.java com.example.db.MusicInfoDao.java com.example.db.PlayListInfoDao.java com.example.fragment.MainFragment.java com.example.interfaces.IOnServiceConnectComplete.java com.example.model.AlbumInfo.java com.example.model.ArtistInfo.java com.example.model.FolderInfo.java com.example.model.MusicInfo.java com.example.model.PlayListInfo.java com.example.musicplayer.MainActivity.java com.example.musicplayer.MusicPlayerApplication.java com.example.service.MusicControl.java com.example.service.MusicService.java com.example.service.ServiceManager.java