https://kotlinlang.org logo
b

bodo

10/18/2015, 8:08 AM
and here is the code which gets called in the fragment to add this scrolllistener
Copy code
contentView.addOnScrollListener(
        LoadMoreScrollListener(contentView.layoutManager as LinearLayoutManager) {
          presenter.loadMorePeople("", true)
        })