Join Slack
Powered by
Hello everyone, I have been looking for solution l...
# android
s
Sam
12/03/2020, 4:58 AM
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
jefbit
12/03/2020, 5:01 AM
Are you referring to "pull to refresh"?
s
Sam
12/03/2020, 5:03 AM
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
kishorebabu
12/03/2020, 9:16 AM
You’re looking for pagination. Theres are androidx libraries to help with that.
s
Sam
12/03/2020, 9:16 AM
Can I have pagination when scroll to top and Bottom?
k
kishorebabu
12/03/2020, 9:23 AM
bottom yes.. top - not sure. you’ll need look it up.
e
Emiliano Schiavone
12/03/2020, 12:29 PM
Yes, you can do both... its depends what kind of paging data source you will use... search for
loadAfter
and
loadBefore
Open in Slack
Previous
Next