Git Product home page Git Product logo

listenermusicplayer's People

Contributors

hefuyicoder avatar xinyuez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

listenermusicplayer's Issues

请问如何解决

在导入大佬的工程到Android Studio时IDE报错,粗略看来应该腾讯的部分插件404了。请问大佬这里还有备份吗?

Error:Could not find com.tencent.mm:AndResGuard-gradle-plugin:1.2.0.
Searched in the following locations:
https://jcenter.bintray.com/com/tencent/mm/AndResGuard-gradle-plugin/1.2.0/AndResGuard-gradle-plugin-1.2.0.pom
https://jcenter.bintray.com/com/tencent/mm/AndResGuard-gradle-plugin/1.2.0/AndResGuard-gradle-plugin-1.2.0.jar
Required by:
:MDMusicPlayer:unspecified

锁频显示信息

锁屏状态在打开显示歌曲的信息怎么做的,一直没找到代码

App-crash happens if user refused permssion.

The app will crash when the user refuses permission at begin of application.
I have sent a PR that fixed this crash, however, it is just a null-ptr-check not the problem source.

The problem head is focus-switch between different window if the permission-dialog shows.
You should check onWindowFocusChanged and checkPermissionAndThenLoad in MainActivity .

MusicService 太长,不够清晰,不符合单一规则

MusicService 太长,不够清晰,不符合单一规则,里面的播放流程给新人看觉得不知道从哪里下手,能抽取出来几个类吗。比如媒体按键播放、音频焦点互斥、能不能通过接口编程呢

如何获取在线音乐

我把整个应用跑起来之后,目前只能播放本地音乐,没有看到在线音乐的内容呢?请问楼主这是设计样式还个别情况,如果是个别情况,应该怎么解决呢?

Fragment类中都各缺少一个Component类?

Error:(35, 45) 错误: 找不到符号 符号: 类 DaggerAlbumsComponent 位置: 程序包 io.hefuyi.listener.injector.component
Error:(48, 45) 错误: 找不到符号 符号: 类 DaggerAlbumSongsComponent 位置: 程序包 io.hefuyi.listener.injector.component
等等

能否多写点注释

大神你好,我觉得你写的代码好少注释,可能是我太菜了,有时要看好久才能理解你的想法,希望你空闲时间能多写点备注,写下你的想法。
这只是一个小提议~

LyricsView

Can you explain how to use lyrics view please.

ATEActivity来自哪里

昨天看了作者的源码,实现的非常好,不过就是不知道ATEActivity这个类从哪来?

这个应用很不错

能不能用bmob做为服务端 搞一个登录模块 我想具体的学习下可以。。。

少类

您好,哪个injector/component里是不是少了好多类

[bug]app crash bug

E/AndroidRuntime: FATAL EXCEPTION: main
                  Process: io.hefuyi.listener, PID: 8248
                  Theme: themes:{default=overlay:com.h2os.youlun, iconPack:com.h2os.youlun, fontPkg:com.h2os.youlun, com.android.systemui=overlay:com.h2os.youlun, com.android.systemui.navbar=overlay:com.h2os.youlun}
                  java.lang.NullPointerException: Attempt to invoke virtual method 'int android.support.v7.graphics.Palette$Swatch.getRgb()' on a null object reference
                      at io.hefuyi.listener.ui.adapter.PlayqueueSongsAdapter.onBindViewHolder(PlayqueueSongsAdapter.java:77)
                      at android.support.v7.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:6062)
                      at android.support.v7.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:6095)
                      at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:5277)
                      at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:5153)
                      at android.support.v7.widget.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:2061)
                      at android.support.v7.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1445)
                      at android.support.v7.widget.LinearLayoutManager.fill(LinearLayoutManager.java:1408)
                      at android.support.v7.widget.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:580)
                      at android.support.v7.widget.RecyclerView.dispatchLayoutStep2(RecyclerView.java:3374)
                      at android.support.v7.widget.RecyclerView.dispatchLayout(RecyclerView.java:3183)
                      at android.support.v7.widget.RecyclerView.onLayout(RecyclerView.java:3627)
                      at android.view.View.layout(View.java:16639)
                      at android.view.ViewGroup.layout(ViewGroup.java:5437)
                      at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1735)
                      at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1579)
                      at android.widget.LinearLayout.onLayout(LinearLayout.java:1488)
                      at android.view.View.layout(View.java:16639)
                      at android.view.ViewGroup.layout(ViewGroup.java:5437)
                      at android.widget.FrameLayout.layoutChildren(FrameLayout.java:336)
                      at android.widget.FrameLayout.onLayout(FrameLayout.java:273)
                      at android.view.View.layout(View.java:16639)
                      at android.view.ViewGroup.layout(ViewGroup.java:5437)
                      at android.widget.FrameLayout.layoutChildren(FrameLayout.java:336)
                      at android.widget.FrameLayout.onLayout(FrameLayout.java:273)
                      at android.view.View.layout(View.java:16639)
                      at android.view.ViewGroup.layout(ViewGroup.java:5437)
                      at android.widget.FrameLayout.layoutChildren(FrameLayout.java:336)
                      at android.widget.FrameLayout.onLayout(FrameLayout.java:273)
                      at com.android.internal.policy.PhoneWindow$DecorView.onLayout(PhoneWindow.java:2934)
                      at android.view.View.layout(View.java:16639)
                      at android.view.ViewGroup.layout(ViewGroup.java:5437)
                      at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2179)
                      at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1939)
                      at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1115)
                      at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6023)
                      at android.view.Choreographer$CallbackRecord.run(Choreographer.java:858)
                      at android.view.Choreographer.doCallbacks(Choreographer.java:670)
                      at android.view.Choreographer.doFrame(Choreographer.java:606)
                      at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:844)
                      at android.os.Handler.handleCallback(Handler.java:739)
                      at android.os.Handler.dispatchMessage(Handler.java:95)
                      at android.os.Looper.loop(Looper.java:148)
                      at android.app.ActivityThread.main(ActivityThread.java:5461)
                      at java.lang.reflect.Method.invoke(Native Method)
                      at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)

保存播放进度

退出APP时候是如何保存播放位置的?还没有看懂,可以给点指点吗?

应用安装不上,闪退

还有一个问题就是,歌手那个fragment,里面的条目点击进去,展示的是一个activity还是fragment。你是怎样保证下面的迷你音乐条不动的?

空指针错误

切换网格布局为列表布局,发生空指针错误。
java.lang.NullPointerException at io.hefuyi.listener.ui.adapter.AlbumAdapter$1.onLoadFailed(AlbumAdapter.java:92)

itemHolder.footer.setBackgroundColor(mContext.getResources().getColor(R.color.album_default_palette_color_light));
好像列表布局itemHolder.footer在xml没有实例

Logo design contribution

Hi
I want to make a logo for this projects if you have any requirements then let me know.its totally free for open source projects.

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.