rockerhieu / rv-adapter-endless

Endless support for RecyclerView.Adapter
MIT License
107 stars 24 forks source link

Request: have option to call onLoadMoreRequested when nearly reach the end of the Adapter #2

Closed ldt116 closed 8 years ago

ldt116 commented 9 years ago

Can you make an option that the adapter will call the onLoadMoreRequested when we nearly reach the end of adapter?

For example, when the list have only 3 items left, we will preload data to avoid network glitch

rockerhieu commented 9 years ago

@ldt116 please feel free to send a PR.