Kulwinder Singh
12/26/2023, 2:42 PMLazyColumn(
modifier = Modifier.fillMaxSize()
) {
... other items
item{} // i want to cache this item and it should not reloaded or recreated
}
McEna
12/26/2023, 9:04 PMmyanmarking
12/28/2023, 11:08 AM