女人和猫总是我行我素。男人和狗要放轻松并学着习惯这一点。 - Robert A. Heinlein 1 2017年的最后一个傍晚,我在伯明翰的Edgbaston散步。...
女人和猫总是我行我素。男人和狗要放轻松并学着习惯这一点。 - Robert A. Heinlein 1 2017年的最后一个傍晚,我在伯明翰的Edgbaston散步。...
原创作者:AchillesL若转载文章,请在明显的位置标明文章出处 0 前言 网易云音乐是一款非常优秀的音乐播放器,尤其是播放界面,使用唱盘机风格,显得格外古典优雅。笔者...
集成进去到自己的项目了,美观实用,可是有几个问题还没解决到。
第一、OOM问题:
笔者尽力绕过了几个容易导致OOM的坑,但是getDiscDrawable那里还是有错误:
java.lang.OutOfMemoryError: Failed to allocate a 1336348 byte allocation with 51608 free bytes and 50KB until OOM
at dalvik.system.VMRuntime.newNonMovableArray(Native Method)
at android.graphics.Bitmap.nativeCreate(Native Method)
at android.graphics.Bitmap.createBitmap(Bitmap.java:879)
at android.graphics.Bitmap.createBitmap(Bitmap.java:856)
at android.graphics.Bitmap.createBitmap(Bitmap.java:787)
at android.graphics.Bitmap.createScaledBitmap(Bitmap.java:663)
at tashkin.munberapp.MunberForum.classes.DiscView.getDiscDrawable(DiscView.java:330)
at tashkin.munberapp.MunberForum.classes.DiscView.setMusicDataList(DiscView.java:390)
at tashkin.munberapp.MunberForum.purchasedAlbum.MusicPlayerActivity.initView(MusicPlayerActivity.java:120)
at tashkin.munberapp.MunberForum.purchasedAlbum.MusicPlayerActivity.onCreate(MusicPlayerActivity.java:68)
正在尝试解决.但是毕竟不是自己的代码,有点费劲.
第二,指定播放位置(可能是自己没读懂代码,这里有些许问题,还没找到具体是什么原因)
因为歌曲的图片,名称等一系列信息是网络获取,加载完列表后点击跳转至指定歌曲的播放时出现ActionBar 上的歌曲名和作者名现实正确,但是播放url 不正确的异常。
如果作者有幸看见此贴,望指导。谢谢。
仿网易云音乐播放界面原创作者:AchillesL若转载文章,请在明显的位置标明文章出处 0 前言 网易云音乐是一款非常优秀的音乐播放器,尤其是播放界面,使用唱盘机风格,显得格外古典优雅。笔者...
最近将AS升级至2.3之后,新建项目遇到了如下问题:Error:Failed to open zip file.Gradle's dependency cache may b...