swipe to load more recyclerview android kotlin code example

Example: recyclerview load more end

if(llm.findLastCompletelyVisibleItemPosition() == data.length() -1){
            //bottom of list!
            loadMoreData();
        }

Tags:

Misc Example