<Swipe to Refresh But Swiping Up from Bottom Of Sc...
# stackoverflow
u
Swipe to Refresh But Swiping Up from Bottom Of Screen? in Jetpack Compose I haven't found a question that was exactly what I was asking. The only one I found was from 6 years ago: Android Swipe Up to Refresh ListView When I reach the bottom of a Column of Text lists, I want to be able to swipe up from the bottom of the screen to refresh and load more content of the list view. Bottom to Up. I checked the SwipeRefresh library from Google Accompanist, that library only...