Pagination with RecyclerView
Etienne Lawlor
746
Dumb question: Wouldn’t it be more straightforward to use `findLastVisibleItemPosition()` and compare to `totalItemCount` instead of going the extra step of adding `visibleItemCount + firstVisibleItemPosition` ?