皇马船长

Results 9 issues of 皇马船长

正在刷新时, 滑动recycleview, 报出这个异常 。 ` java.lang.IndexOutOfBoundsException: Inconsistency detected. Invalid item position 3(offset:3).state:8 at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:4659) at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:4617) at android.support.v7.widget.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:1994) at android.support.v7.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1390) at android.support.v7.widget.LinearLayoutManager.fill(LinearLayoutManager.java:1353) at android.support.v7.widget.LinearLayoutManager.scrollBy(LinearLayoutManager.java:1180) at android.support.v7.widget.LinearLayoutManager.scrollVerticallyBy(LinearLayoutManager.java:1031) at android.support.v7.widget.RecyclerView.scrollByInternal(RecyclerView.java:1529) at android.support.v7.widget.RecyclerView.onTouchEvent(RecyclerView.java:2486)...

` return new Divider.Builder() .size(2) .color(context.getResources().getColor(R.color.line_colr)) .margin(R.dimen.margin,R.dimen.margin) .build();` 这么设置margin ,分割线不显示 。 margin(40,40) ,这样是正常的 。 不支持使用dp 吗

I got this issue on HuaWei Phone , but only the first time to use camera . And I look up all of the issue, don't get solution . This...

如果想自定义加载动画 只能先自定义loadingLayout ,然后在页面中加载一个gif图片吗? 还能不能使用animation-list 帧动画来实现动画效果 ??

imagePicker.isMultiMode = false 代码中设置了单选,这时候打开选择相册页面,图片的右上角是看不到勾选框。 但是如果点击了图片的右上角,这个页面是不会关闭的。而且再次点击图片的右上角会toast提示最多只能选择1张图片... ,而用户也看不到已经选择一张了。 这会给用户造成很大困惑

` ` 列表滑到底部 再往上滑时 ,有时候还没有到最上边 就会触发刷新 。

目前查到的方案大多都是通过发送广播来实现的,这个方案在原生系统上没啥问题,但是在小米、华为等国产手机上就不适用了。其中在小米上测试:提示禁用创建快捷方式的权限 , 也没有找到如何判断是否有该权限。用6.0运行时权限那套申请不行 有哪位有这方面的了解,如何适配这些国产ROM ??

看了源码,感觉卡顿后,捕获到的堆栈信息不是消息开始到结束这段时间内的,而是消息开始时刻 + 阈值*0.8 到 消息结束这段时间内的,这段时间都堆栈信息是不是不全