Music App for playing music on android devices.
Musical is hosted in the following web site
https://github.com/imohitsaxena/Musical
If you think the Android project Musical 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 Musical.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [hdpi] |
Activity Count | 1 |
Fragment Count | 2 |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.WAKE_LOCK |
Raw File Names | res\raw\missing_album_art.png |
There are 9 image files in Musical. The names of the image files are listed as follows.
forward.png pause.png play.png repeat_all.png repeat_off.png repeat_one.png rewind.png shuffle_off.png shuffle_on.png
The following screenshort is generated from the image listed above.
Musical has the following Java source files.
com.techilse.mohit.musical.ApplicationTest.java com.techilse.mohit.musical.MyActivity.java com.techilse.mohit.musical.dao.MediaAccess.java com.techilse.mohit.musical.entity.Album.java com.techilse.mohit.musical.entity.CurrentAppState.java com.techilse.mohit.musical.entity.Song.java com.techilse.mohit.musical.exception.AppException.java com.techilse.mohit.musical.service.PlayerServices.java com.techilse.mohit.musical.ui.AlbumAdapter.java com.techilse.mohit.musical.ui.LandscapeFragment.java com.techilse.mohit.musical.ui.PortraitFragment.java com.techilse.mohit.musical.ui.SongAdapter.java com.techilse.mohit.musical.util.AlbumArtCache.java com.techilse.mohit.musical.util.CalcUtil.java