You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use LoadMoreListViewContainer
error message:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.sdf.recycleexample/com.example.sdf.recycleexample.MainActivity}: java.lang.ClassCastException: android.support.v7.widget.RecyclerView cannot be cast to android.widget.ListView
then I use other LoadMoreXXContainer ,it cannot use.
The text was updated successfully, but these errors were encountered:
@Leeeyou checkout branch load-more-recycler-view,you'll see it.But when I use LoadMoreRecyclerContainer ,it cause: java.lang.IllegalStateException: RecyclerView has no LayoutManager.
So I set a LinearLayoutManager for it, but still doesn't work
I use LoadMoreListViewContainer
error message:
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.sdf.recycleexample/com.example.sdf.recycleexample.MainActivity}: java.lang.ClassCastException: android.support.v7.widget.RecyclerView cannot be cast to android.widget.ListView
then I use other LoadMoreXXContainer ,it cannot use.
The text was updated successfully, but these errors were encountered: