ahmadhamwi999
04/06/2025, 4:47 PMPaginated
and you've got an easy-to-use paginated list in your UI.
Implementation is nicely abstracted across all supported composables, and logic is nicely guarded by a test suit of 120 UI tests!
Composables that you can prefix with Paginated
are:
• LazyColumn
• LazyRow
• LazyVerticalGrid
• LazyHorizontalGrid
• LazyVerticalStaggeredGrid
• LazyHorizontalStaggeredGrid
Check it out at https://github.com/Ahmad-Hamwi/lazy-pagination-composeStefan Oltmann
04/06/2025, 9:38 PMBhavesh
04/07/2025, 1:28 PMahmadhamwi999
04/07/2025, 1:48 PM