zoha131
12/08/2020, 3:21 PMScrollableColumn
?nickbutcher
12/08/2020, 3:27 PMScrollState
and read its value
. Example here (for Row
but applies for `Column`s): https://cs.android.com/androidx/platform/frameworks/support/+/androidx-master-dev:co[…]/androidx/compose/foundation/samples/ScrollerSamples.kt;l=142zoha131
12/08/2020, 3:34 PMZach Klippenstein (he/him) [MOD]
12/08/2020, 5:15 PMsnapshotFlow
to create a flow of the current scroll position, and then use LaunchedEffect
to collect the flow and trigger reload when appropriate