StickyHeader with pagination in Jetpack Compose
I tried adding a stickyHeader
as suggested in this answer. However, the performance is not close to the production-ready code because of the loop as my list is a bit bigger.
StickyHeader with pagination in Jetpack Compose
I tried adding a stickyHeader
as suggested in this answer. However, the performance is not close to the production-ready code because of the loop as my list is a bit bigger.