Hello, is it possible to use compose paging on a s...
# compose
f
Hello, is it possible to use compose paging on a stacked card (like tinder)? So when the user swipe the card, it should behave like when user scroll on LazyPaging items. Its already working fine on LazyColumn with paging items, but when I use Box and forEach to stack the card, the paging did not trigger the load next page function