Remon Shehata
10/10/2023, 5:02 PMdewildte
10/10/2023, 5:26 PMLazyListState
lets you subscribe to what items are visible on the screen.
But I (personally) suggest using the Paging 3 Library and offload all that complexity to it.Remon Shehata
10/10/2023, 5:35 PMStylianos Gakis
10/11/2023, 6:09 PMdewildte
10/11/2023, 7:59 PMdewildte
10/11/2023, 8:00 PMdewildte
10/11/2023, 8:00 PM// optional - Jetpack Compose integration
implementation("androidx.paging:paging-compose:3.3.0-alpha02")
dewildte
10/11/2023, 8:01 PMStylianos Gakis
10/11/2023, 8:23 PM