Hello everyone, I have been looking for solution l...
# android
s
Hello everyone, I have been looking for solution load more/reach on top and bottom in RecyclerView. So Has anyone ever worked on this?
google 1
stackoverflow 1
j
Are you referring to "pull to refresh"?
s
nope. Steps: 1. Open Chat app 2. We will see lasted 20 mess 3. Jump to middle mess => so that why i want to scroll to top or bottom.
k
You’re looking for pagination. Theres are androidx libraries to help with that.
s
Can I have pagination when scroll to top and Bottom?
k
bottom yes.. top - not sure. you’ll need look it up.
e
Yes, you can do both... its depends what kind of paging data source you will use... search for
loadAfter
and
loadBefore