Android Open Source - Sound player Minstrel






Project Summary

Android Audio Player for Books.

Web Site / Source Repository

Minstrel is hosted in the following web site
https://github.com/rharriso/Minstrel

If you think the Android project Minstrel 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 Minstrel.

ItemValue
Java File Count14
Supported screen sizes[mdpi, ldpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version19
Activity Count6
jar files usedactiveandroid-3.0.jar
Required Permissionsandroid.permission.READ_EXTERNAL_STORAGE




Resource Files

There are 1 image files in Minstrel. The names of the image files are listed as follows.

note.png

The following screenshort is generated from the image listed above.

null

Java Source Files

Minstrel has the following Java source files.

com.rharriso.minstrel.AlbumsActivity.java
com.rharriso.minstrel.ArtistsActivity.java
com.rharriso.minstrel.AudioPlayerService.java
com.rharriso.minstrel.BookmarkListActivity.java
com.rharriso.minstrel.ModelListAdapter.java
com.rharriso.minstrel.PlayerActivity.java
com.rharriso.minstrel.TracksActivity.java
com.rharriso.minstrel.WelcomeActivity.java
com.rharriso.minstrel.models.Album.java
com.rharriso.minstrel.models.Artist.java
com.rharriso.minstrel.models.Bookmark.java
com.rharriso.minstrel.models.ModelListItem.java
com.rharriso.minstrel.models.Track.java
com.rharriso.minstrel.util.TimeFormatter.java