a little android demo about MP3Player, using download??xml parsing??broadcast??service??handler . but with ugly UI. = =.
MP3Player is hosted in the following web site
https://github.com/XFHNever/MP3Player
If you think the Android project MP3Player 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 MP3Player.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [ldpi, mdpi, hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 4 |
Fragment Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
MP3Player has the following Java source files.
com.example.mp3player.download.HttpDownloader.java com.example.mp3player.model.Mp3Info.java com.example.mp3player.service.DownloadService.java com.example.mp3player.service.PlayerService.java com.example.mp3player.util.DebugUtil.java com.example.mp3player.util.FileUtils.java com.example.mp3player.util.LrcProcessor.java com.example.mp3player.util.MPConstants.java com.example.mp3player.util.Mp3ListContentHandler.java com.example.mp3player.view.LocalFragmentActivity.java com.example.mp3player.view.MainActivity.java com.example.mp3player.view.PlayerActivity.java com.example.mp3player.view.RemoteFragmentActivity.java