2025-01-15
懒加载。
只加载用户滑动到的内容,其他暂时不加载。
LazyColumn( modifier = Modifier.fillMaxSize().padding(16.dp) ) { items(sItems){ } }