PHondogo
01/12/2024, 2:47 PMShubham Singh
01/12/2024, 2:52 PM@Preview(device = "spec:width=1200px,height=1600px,dpi=190")
@Composable
fun MyComposablePreview() {
LazyColumn {
item {
Text("Some text")
}
}
}
Shubham Singh
01/12/2024, 2:53 PMPHondogo
01/12/2024, 2:54 PMTravis Griggs
01/12/2024, 7:00 PMHorizontalPager
can be encouraged to compose off screen stuff with the beyondBoundsPageCount
parameter? Is that the effect you're looking for, but with LazyLists?shikasd
01/12/2024, 10:09 PMbeyondBoundsPageCount
which extends active range of Pager
to include invisible items.Shubham Singh
01/13/2024, 3:16 AMAtul Gupta
04/26/2024, 8:52 AMLazyColoumn
, and other LazyXxx
apis? I need to prefetch some items to have perf optimisation similar to Recycler viewshikasd
04/26/2024, 1:13 PMAtul Gupta
04/26/2024, 1:17 PMandroidx.compose:compose-bom:2024.04.01
but couldn’t access anythingshikasd
04/26/2024, 1:17 PM