-
User:真琉樹级海未改二 http://weibo.com/u/2308289161
Latest crash log:
Android Version: 4.0.3
Device Model: ZTE U930HD
Device Manufacturer: ZTE
App Version: 2.1.241
---
java.lang.ArrayIndexOutOfBoundsExcep…
-
-
Hi Pedrovgs,Fiddl3,
I am using mediaplayer in the top fragment and when i try to seek(drag the thumb of Seekbar), The Top fragment moves downward(fluctuates). What could be done to stabilize the…
-
User:牛臻臻臻臻臻 http://weibo.com/u/1761292573
Latest crash log:
Android Version: 4.1.2
Device Model: HUAWEI U9508
Device Manufacturer: HUAWEI
App Version: 1.3.032
---
java.lang.ArrayIndexOutOfBoundsEx…
-
感觉滑动的时候平滑度,不是很流畅,不知道是不是错觉...
-
经过分析原因,确定是下面的原因:
```java
@Override
public int getViewHorizontalDragRange(View child) {
return mEdgeFlag & (EDGE_LEFT | EDGE_RIGHT)
}
```
查看 ViewDragHelper 源码可知
```java
private int co…
-
I use a Recycler view where user can do click, long click and swipe. I don't have any problem with long click and swipe, but when I try to do a click, four out five times, I end up getting a swipe ges…
-
this npe is just like this below:
STACK_TRACE=java.lang.NullPointerException: Attempt to read from null array
at me.imid.swipebacklayout.lib.ViewDragHelper.shouldInterceptTouchEvent(ViewDragHelpe…
-
-
In my project, I have a WebView in the main content and a ListView in the sliding up panel. The ListView is set as scrollableView in the SlidingUpPanelLayout. When I hide the sliding up panel, the Web…