Android Open Source - Development mediaplayer unmp






Project Summary

A yet unnamed media player for Android.

Web Site / Source Repository

unmp is hosted in the following web site
https://github.com/Parnswir/unmp

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

ItemValue
Java File Count40
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version21
Minimum SDK Version14
Activity Count2
Fragment Count1
jar files usedandroid-support-v4.jar
jaudiotagger204.jar
Required Permissionsandroid.permission.WAKE_LOCK
android.permission.WRITE_EXTERNAL_STORAGE




License

The license information of unmp is as follows:

MIT License

Resource Files

There are 34 image files in unmp. The names of the image files are listed as follows.

ab_bottom_solid_actionbartheme.9.png
ab_solid_actionbartheme.9.png
ab_stacked_solid_actionbartheme.9.png
ab_transparent_actionbartheme.9.png
actionbar_background.png
cab_background_bottom_actionbartheme.9.png
cab_background_top_actionbartheme.9.png
default_image.png
ic_action_add_to_queue.png
ic_action_do_not_shuffle.png
ic_action_next.png
ic_action_overflow.png
ic_action_pause.png
ic_action_play.png
ic_action_play_test.png
ic_action_previous.png
ic_action_refresh.png
ic_action_repeat.png
ic_action_repeat_nothing.png
ic_action_repeat_one.png
ic_action_replay.png
ic_action_search.png
ic_action_settings.png
ic_action_shuffle.png
ic_drawer.png
list_focused_actionbartheme.9.png
list_pressed_actionbartheme.9.png
menu_dropdown_panel_actionbartheme.9.png
progress_primary_actionbartheme.9.png
spinner_ab_default_actionbartheme.9.png
spinner_ab_disabled_actionbartheme.9.png
spinner_ab_focused_actionbartheme.9.png
spinner_ab_pressed_actionbartheme.9.png
transparent.png

The following screenshort is generated from the image listed above.

null




Java Source Files

com.parnswir.unmp.AbstractFragment.java
com.parnswir.unmp.DirectoryChooserDialog.java
com.parnswir.unmp.DrawerActivity.java
com.parnswir.unmp.DrawerState.java
com.parnswir.unmp.LibraryFragment.java
com.parnswir.unmp.ListFragment.java
com.parnswir.unmp.MainActivity.java
com.parnswir.unmp.PlayerFragment.java
com.parnswir.unmp.PlayerService.java
com.parnswir.unmp.PlaylistsFragment.java
com.parnswir.unmp.SplashActivity.java
com.parnswir.unmp.core.AlbumCoverRetriever.java
com.parnswir.unmp.core.C.java
com.parnswir.unmp.core.CoverList.java
com.parnswir.unmp.core.DatabaseUtils.java
com.parnswir.unmp.core.IceCreamSandwichNotificationBuilder.java
com.parnswir.unmp.core.IconicAdapter.java
com.parnswir.unmp.core.ImageLoader.java
com.parnswir.unmp.core.ImageRetriever.java
com.parnswir.unmp.core.JellybeanNotificationBuilder.java
com.parnswir.unmp.core.MemoryCache.java
com.parnswir.unmp.core.MusicDatabaseHelper.java
com.parnswir.unmp.core.NotificationBuilder.java
com.parnswir.unmp.core.ProgressObservable.java
com.parnswir.unmp.core.ProjectResources.java
com.parnswir.unmp.core.Utils.java
com.parnswir.unmp.media.DefaultFileHandler.java
com.parnswir.unmp.media.FileAdditionThread.java
com.parnswir.unmp.media.FileCrawlerThread.java
com.parnswir.unmp.media.FileHandler.java
com.parnswir.unmp.media.FileRemovalThread.java
com.parnswir.unmp.media.MP3Handler.java
com.parnswir.unmp.media.MediaInformation.java
com.parnswir.unmp.media.MediaPlayerStatus.java
com.parnswir.unmp.media.PlaylistHandler.java
com.parnswir.unmp.playlist.MediaFile.java
com.parnswir.unmp.playlist.PlaylistElement.java
com.parnswir.unmp.playlist.Playlist.java
com.parnswir.unmp.playlist.parser.PlaylistParser.java
com.parnswir.unmp.playlist.parser.WPLParser.java