horizontal load more in recyclerview in android programmatically code example
Example: recyclerview load more end
if(llm.findLastCompletelyVisibleItemPosition() == data.length() -1){
//bottom of list!
loadMoreData();
}