Android Open Source - Sound music Lplayer






Project Summary

A music player based on Android.

Web Site / Source Repository

Lplayer is hosted in the following web site
https://github.com/LiveColdSun/Lplayer

If you think the Android project Lplayer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Lplayer.

ItemValue
Java File Count24
Supported screen sizes[hdpi]
Target SDK Version18
Minimum SDK Version8
Activity Count8
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.MOUNT_UNMOUNT_FILESYSTEMS
android.permission.READ_EXTERNAL_STORAGE
android.permission.READ_PHONE_STATE
android.permission.RECORD_AUDIO
android.permission.WAKE_LOCK
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

There are 26 image files in Lplayer. The names of the image files are listed as follows.

album.png
appbackground.png
artist.png
button.png
fast_seek_progress.9.png
foward.png
ic_launcher1.png
item.png
latest.png
latest1.png
media_player_progress_bg.png
media_player_progress_button.png
next.png
next1.png
pause.png
pause1.png
pause4.png
play.png
play1.png
play4.png
play_loop.png
play_loop_sel.png
play_loop_spec.png
play_random.png
play_random_sel.png
rewind.png

The following screenshort is generated from the image listed above.

null




Java Source Files

Lplayer has the following Java source files.

com.zz.lplayer.adapter.AlbumsAdapter.java
com.zz.lplayer.adapter.ArtistMusicAdapter.java
com.zz.lplayer.adapter.ArtistsAdapter.java
com.zz.lplayer.adapter.MusicAdapter.java
com.zz.lplayer.dao.dbOpenHelper.java
com.zz.lplayer.dao.latestdao.java
com.zz.lplayer.domain.Album.java
com.zz.lplayer.domain.Artist.java
com.zz.lplayer.domain.Music.java
com.zz.lplayer.music.AlbumMusicActivity.java
com.zz.lplayer.music.AlbumsActivity.java
com.zz.lplayer.music.ArtistMusicActivity.java
com.zz.lplayer.music.ArtistsActivity.java
com.zz.lplayer.music.CustomTabHost.java
com.zz.lplayer.music.LatestActivity.java
com.zz.lplayer.music.MainActivity.java
com.zz.lplayer.music.MusicActivity.java
com.zz.lplayer.music.MusicService.java
com.zz.lplayer.music.SongsActivity.java
com.zz.lplayer.util.AlbumList.java
com.zz.lplayer.util.ArtistList.java
com.zz.lplayer.util.LrcProcess.java
com.zz.lplayer.util.LrcView.java
com.zz.lplayer.util.MusicList.java