Replies: 3 comments 2 replies
-
Hey, thank you for you suggestion. This would be out of the scope of this library, since it's solely focused on encapsulating pagination logic, but the good news is that you're going to still be able to implement your own swipe to refresh functionality as if you were dealing with a normal LazyColumn. This is already implemented in the sample of this library, take a look the PaginatedLazyColumn here. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the info and tip! I'll check it to implement by myself |
Beta Was this translation helpful? Give feedback.
-
Hi, I am sorry for the following question, but I'm implementing your library gradually on my application. Is there a way to refresh the |
Beta Was this translation helpful? Give feedback.
-
Hi, could be possibile a built-in integration of
swipe-to-refresh
gesture like thefirstPageProgressIndicator
,newPageProgressIndicator
,firstPageErrorIndicator
ornewPageErrorIndicator
utilities? Because it should be very useful to haveBeta Was this translation helpful? Give feedback.
All reactions