on Load More

abstract fun onLoadMore(    skip: Int,     limit: Int,     totalItemsCount: Int,     view: RecyclerView)

Method to define what to do when loading more item

Parameters

skip

count of item to skip

limit

how many item to load

totalItemsCount

current total item

view

recyclerView to be implemented

Sources

Link copied to clipboard