Staggered Gridview (Recycleview) with load more functionality inside the NestedScrollView
问题 I want to implement the load more functionality inside my Staggered gridview. I have tried some lines of code for it like using addOnScrollListener but did not call when i come to the bottom the list. Please find my code which i have tried to implement the load more functionality but not getting the expected result. MY_STRAGGED_RECYCLIVIEW.addOnScrollListener(new RecyclerView.OnScrollListener() { @Override public void onScrolled(RecyclerView recyclerView, int dx, int dy) { super.onScrolled