Android Open Source - Sound music Musical






Project Summary

Music App for playing music on android devices.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Musical.

ItemValue
Java File Count14
Supported screen sizes[hdpi]
Activity Count1
Fragment Count2
Required Permissionsandroid.permission.READ_EXTERNAL_STORAGE
android.permission.WAKE_LOCK
Raw File Namesres\raw\missing_album_art.png




Resource Files

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.

null




Java Source Files

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