MusicPlayerView


Source link: https://github.com/iammert/MusicPlayerView

MusicPlayerView

Android custom view and progress for music player.

Screen

Youtube Video Link

Usage

You can define values on you XML file or you can make it programmatically. We have 5 values to customize our player view.

mpv = (MusicPlayerView) findViewById(R.id.mpv);

buttonColor play/pause button background. progressEmptyColor progress bar color(Left Seconds) progressLoadedColor progress bar color(Passed Seconds) textColor music minutes(Left and passed time) color textSize music minutes(Left and passed time) size

XML Usage

<co.mobiwise.library.MusicPlayerView

android:id="@+id/mpv"

android:layout_width="250dp"

android:layout_height="250dp"

app:textSize = "14sp"

app:textColor = "#80FFFFFF"

app:buttonColor = "#FF0028"

app:progressLoadedColor = "#00815E"

app:progressEmptyColor = "#20FFFFFF"

app:cover = "@drawable/mycover"/>

Java Usage

You can customize UI view programmatically

mpv.setButtonColor(Color.DKGRAY);
 mpv.setCoverDrawable(R.drawable.mycover);
 mpv.setProgressEmptyColor(Color.GRAY);
 mpv.setProgressLoadedColor(Color.BLUE);
 mpv.setTimeColor(Color.WHITE);

Methods

You can also load image from URL

mpv.setCoverURL("YOUR_IMAGE_URL");

You need to set music time in seconds otherwise default value 100 seconds will be used.

mpv.setMax(320);

Progress will start from 0. But you can also set progress.

mpv.setProgress(10);

To start playing

mpv.start();

To stop playing

mpv.stop();

Check if it is rotating(Playing)

mpv.isRotating();

When you call start() method, image will start rotating and progress(seconds) will start counting automatically. when you call stop() method, rotating will be stopped, time too. You may want to handle progress yourself. You can disable progress thread.

mpv.setAutoProgress(false);

You can also change velocity of turning album cover.(Default value is 1 which is ideal -my idea-)

mpv.setVelocity(2);

If you have live player then you don't have progress. You can also disable progress view.

mpv.setProgressVisibility(false);

Import

Project build.gradle

repositories {

  maven {

url "https://jitpack.io"
  
}
 
}
 

Module build.gradle

dependencies {

compile 'com.github.iammert:MusicPlayerView:e3b937c729' 
}
 

It will be available on maven repo soon.

Libraries Used

Picasso by Square

Material Play/Pause Animation by Alex

Design Owner

Design is created by [Xiang lili] ( https://twitter.com/xiang_lili)

License

Copyright 2015 Mert ?im?ek.  Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License. You may obtain a copy of the License at
  http://www.apache.org/licenses/LICENSE-2.0  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. 

Resources

JAD

JAva Decompiler is not maintained decompiler for the Java programming language, but it is still a powerful tool.

Androguard is mainly a tool written in python to play with:

  • Dex/Odex (Dalvik virtual machine) (.dex) (disassemble, decompilation),
  • APK (Android application) (.apk),
  • Android's binary xml (.xml),
  • Android Resources (.arsc).

Androguard is available for Linux/OSX/Windows.

Jams is a free, powerful and elegant music player for Android.

Features:

  • Unofficial Google Play Music support.
  • ID3v3 tag editing.
  • Custom libraries support.
  • Album artist sorting/tag support
  • Blacklist ability for artists, album artists, albums, songs, genres and playlists.
  • 9 band equalizer with bass boost, virtualizer, and reverb.
  • Individual EQ settings for each artist, album artist, album, song, genre, or playlist.
  • File/folder browsing.
  • Scrobbling.
  • Crossfade with customizable duration.
  • Auto-download album art from the internet.
  • 2 different base themes and 9 different color schemes.

A lightweight Android library for use iconic fonts.

Realm is a mobile database that runs directly inside phones, tablets or wearables.

Features:

  • Mobile-first: Realm is the first database built from the ground up to run directly inside phones, tablets and wearables.
  • Simple: Data is directly exposed as objects and queryable by code, removing the need for ORM's riddled with performance & maintenance issues.
  • Modern: Realm supports easy thread-safety, relationships & encryption.
  • Fast: Realm is faster than even raw SQLite on common operations, while maintaining an extremely rich feature set.

Useful library for selecting images and videos from sd-card. The library can be used to display images & videos in file view or folder view. File view shows all files whereas Folder view shows files categorized. All items are sorted according to date-time with latest item showing first.

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes