Giter Club home page Giter Club logo

musicplayerview's Issues

Error: more than one library with package name 'co.mobiwise.library'

Hello! I very like your libraries, they are amazing:) But when I add one more your library, Gradle finish with error: more than one library with package name 'co.mobiwise.library'. Please help to solve this problem:(

My dependencies: dependencies { compile 'com.github.iammert:ProgressLayout:a2ac196500' compile 'com.github.iammert:MusicPlayerView:e3b937c729' }

Image cover hiding..

Image cover hiding not fitcenter image view size and total view size is same? how can i reduce imageview size?

build failed as Unsupported method: BaseConfig.getApplicationIdSuffix().

Unsupported method: BaseConfig.getApplicationIdSuffix().
The version of Gradle you connect to does not support that method.
To resolve the problem you can change/upgrade the target version of Gradle you connect to.
Alternatively, you can ignore this exception and read other information from the model.

progress update

While playing media on thread for setting maxProgerss giving error

Remove Picasso

We don`t need a image loader to do this, we can only add a method that returns the view that we want to load the image or a method to render the bitmap/drawable.
I can remove and create these methods on a new PR.

Loaded progress looks "jump" instead increasing smoothly if maxProgress is less than 10

To reproduce this issue, let's try to setMax() with small value, for example 5.

When MusicPlayerView is playing, you would notice the arc progress jump from 0 degree to 50 degree, then 100 degree.. and so on.

I investigate on code and see it's because of interval in postDelay():

mRunnableProgress = new Runnable() {
@OverRide
public void run() {
if(isRotating){
currentProgress += PROGRESS_SECOND_MS;
mHandlerProgress.postDelayed(mRunnableProgress, PROGRESS_SECOND_MS);
}
}
};

Could you please suggest a fix to make arc progress smoother?

Image misplaced in RecyclerView

I try to use MusicPlayerView in RecyclerView, i found the image cover often misplaced among the RecyclerView items . Did any one ever have the same problem ?

Error in compiling the library

Error:Execution failed for task ':app:processDebugManifest'.

Manifest merger failed : uses-sdk:minSdkVersion 18 cannot be smaller than version 21 declared in library /home/bluemix/Cinemana/Cinemana-AppForSTB/app/build/intermediates/exploded-aar/com.github.iammert/MusicPlayerView/dc5f9ad3bc/AndroidManifest.xml
Suggestion: use tools:overrideLibrary="co.mobiwise.library" to force usage

Change toggle

I need to change pause button to stop button.Is it possible?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.