-
java.lang.NullPointerException: Attempt to invoke virtual method 'int com.evrencoskun.tableview.adapter.recyclerview.CellRecyclerView.getScrolledX()' on a null object reference
at com.evr…
-
出现的情况是,一进入页面,我就快速上拉,很快的那种,就一般会出现这种崩溃问题,感觉是数据添加到列表时候出现的问题。
java.lang.IllegalStateException: Added View has RecyclerView as parent but view is not a real child. Unfiltered index:0 at android.support.…
-
React Native App crashing
FATAL EXCEPTION: main
Process: com.test.app, PID: 11360
java.lang.IllegalArgumentException: Scrapped or attached views may not be recycled. …
-
后效以后报错,
混淆代码如下
-keepattributes InnerClasses
-keep class com.alibaba.android.vlayout.ExposeLinearLayoutManagerEx { *; }
-keep class android.support.v7.widget.RecyclerView$LayoutParams { *; }
-keep…
-
Hello, @evrencoskun
I have an issue with the table, currently i'm loading aprox. 150 rows in the table from DB. The issue is that when i slide on the table is ok, but when i slide my navigation vi…
-
```
Exception java.lang.IllegalArgumentException: Team not found for ID: @
at org.ole.planet.myplanet.ui.team.BaseTeamFragment.onCreate (BaseTeamFragment.kt:31)
at androidx.fragment.app.Fragmen…
dogi updated
2 months ago
-
在使用过程中发现,底部的indicator在滑动到最后一页时,底部的indicator的标记展示在倒数第二个上,经过查找代码,发现是在BasePageIndicator的recyclerView的OnScrollListener的事件处理的问题,代码如下:
if (newState == RecyclerView.SCROLL_STATE_IDLE) {
Lay…
-
I'm using recyclerview and I use the onScrollStateChanged event refreshing my list (pull to refresh) and I also use onScrolled event to handle the paging (getting new rows if I reached the bottom).
I…
dorax updated
9 years ago
-
The header image and header logo disappear when scrolled back UP?
kindly suggest a fix
when I scroll down in a fragment (recyclerView) the header is fine but when I scroll back up the header disappear…
-
```
What steps will reproduce the problem?
1. Set up an activity that contains a RecyclerView exactly as shown in the
official examples.
2. Run the app and see that it works.
3. Write a test that sta…