RecyclerView当最后位置的项目完全可见时,无法再滚动。
在听起来像是这样的情况下:
mRecyclerView.getLayoutManager().findLastCompletelyVisibleItemPosition() == mRecyclerViewAdapter.getItemCount() - 1;

RecyclerView当最后位置的项目完全可见时,无法再滚动。
在听起来像是这样的情况下:
mRecyclerView.getLayoutManager().findLastCompletelyVisibleItemPosition() == mRecyclerViewAdapter.getItemCount() - 1;