ahmadhamwi999
08/15/2024, 12:41 PMPaginatedLazyColumn
& PaginatedLazyVerticalGrid
Features so far are:
• Vertical & horizontal lists pagination using PaginatedLazyColumn
& PaginatedLazyRow
with the same original APIs.
• Vertical & horizontal grids pagination using PaginatedLazyVerticalGrid
& PaginatedLazyHorizontalGrid
with the same original APIs.
• Seamlessly integrate your pagination state with your your data layer.
• Generic fetching strategies such as offset-based, cursor-based, time-based, etc...
• Resetting your pagination state using refresh()
function
• Retrying your data fetches using retryLastFailedRequest()
function
GitHub: https://github.com/Ahmad-Hamwi/lazy-pagination-compose