android lightweight player.
Orange is hosted in the following web site
https://github.com/SammyVimes/Orange
If you think the Android project Orange 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 Orange.
Item | Value |
---|---|
Java File Count | 35 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 10 |
Activity Count | 2 |
Fragment Count | 1 |
Required Permissions | android.permission.BROADCAST_STICKY android.permission.READ_EXTERNAL_STORAGE android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\fonts\logo.ttf |
There are 69 image files in Orange. The names of the image files are listed as follows.
ab_bottom_solid_orange.9.png ab_solid_orange.9.png ab_stacked_solid_orange.9.png ab_transparent_orange.9.png btn_check_off_disabled_focused_holo_light.png btn_check_off_disabled_holo_light.png btn_check_off_focused_holo_light.png btn_check_off_holo_light.png btn_check_off_pressed_holo_light.png btn_check_on_disabled_focused_holo_light.png btn_check_on_disabled_holo_light.png btn_check_on_focused_holo_light.png btn_check_on_holo_light.png btn_check_on_pressed_holo_light.png btn_default_disabled_focused_holo_light.9.png btn_default_disabled_holo_light.9.png btn_default_focused_holo_light.9.png btn_default_normal_holo_light.9.png btn_default_pressed_holo_light.9.png btn_notification_collapse.png btn_playback_next.png btn_playback_pause.png btn_playback_play.png btn_playback_previous.png btn_rating_star_off_focused_holo_light.png btn_rating_star_off_normal_holo_light.png btn_rating_star_off_pressed_holo_light.png btn_rating_star_on_focused_holo_light.png btn_rating_star_on_normal_holo_light.png btn_rating_star_on_pressed_holo_light.png btn_toggle_off_disabled_focused_holo_light.9.png btn_toggle_off_disabled_holo_light.9.png btn_toggle_off_focused_holo_light.9.png btn_toggle_off_normal_holo_light.9.png btn_toggle_off_pressed_holo_light.9.png btn_toggle_on_disabled_focused_holo_light.9.png btn_toggle_on_disabled_holo_light.9.png btn_toggle_on_focused_holo_light.9.png btn_toggle_on_normal_holo_light.9.png btn_toggle_on_pressed_holo_light.9.png cab_background_bottom_orange.9.png cab_background_top_orange.9.png change_playlist.png list_selector_disabled_holo_light.9.png menu_dropdown_panel_orange.9.png progress_primary_holo_light.9.png progress_primary_orange.9.png rate_star_big_half_holo_light.png rate_star_big_off_holo_light.png rate_star_big_on_holo_light.png rate_star_small_half_holo_light.png rate_star_small_off_holo_light.png rate_star_small_on_holo_light.png scrubber_control_disabled_holo.png scrubber_control_focused_holo.png scrubber_control_normal_holo.png scrubber_control_pressed_holo.png scrubber_primary_holo.9.png scrubber_secondary_holo.9.png scrubber_track_holo_light.9.png spinner_ab_default_orange.9.png spinner_ab_disabled_orange.9.png spinner_ab_focused_orange.9.png spinner_ab_pressed_orange.9.png textfield_activated_holo_light.9.png textfield_default_holo_light.9.png textfield_disabled_focused_holo_light.9.png textfield_disabled_holo_light.9.png textfield_focused_holo_light.9.png
The following screenshort is generated from the image listed above.
Orange has the following Java source files.
com.danilov.orange.AudioPlayerService.java com.danilov.orange.NotificationHelper.java com.danilov.orange.OrangeApplication.java com.danilov.orange.Player.java com.danilov.orange.PlayerActivity.java com.danilov.orange.PlaylistPickerActivity.java com.danilov.orange.fragments.AlbumPickerFragment.java com.danilov.orange.fragments.ArtistPropertyPickerFragment.java com.danilov.orange.fragments.EasyDialog.java com.danilov.orange.fragments.PageFragment.java com.danilov.orange.interfaces.IFragmentCreateCallback.java com.danilov.orange.interfaces.IImageFetcherCallback.java com.danilov.orange.interfaces.ITaskCallback.java com.danilov.orange.interfaces.Listable.java com.danilov.orange.model.Album.java com.danilov.orange.model.ArtistProperty.java com.danilov.orange.model.PlayList.java com.danilov.orange.model.Song.java com.danilov.orange.task.CacheCreateTask.java com.danilov.orange.task.ImageFetcher.java com.danilov.orange.task.ImageFetcherExecutor.java com.danilov.orange.util.BasePlayerActivity.java com.danilov.orange.util.BitmapCache.java com.danilov.orange.util.BitmapUtils.java com.danilov.orange.util.GridAdapter.java com.danilov.orange.util.IntentActions.java com.danilov.orange.util.MusicHolder.java com.danilov.orange.util.MusicSort.java com.danilov.orange.util.PagerAdapter.java com.danilov.orange.util.PlaylistAdapter.java com.danilov.orange.util.Utilities.java com.danilov.orange.views.AsyncDrawable.java com.danilov.orange.views.LayoutSuppressingImageView.java com.danilov.orange.views.SquareImageView.java com.danilov.orange.views.SquareView.java