Skip to content

Instantly share code, notes, and snippets.

@anangkur
Created December 6, 2022 10:00
Show Gist options
  • Save anangkur/0891bbf6c4be6a3b990cb59b0da10080 to your computer and use it in GitHub Desktop.
Save anangkur/0891bbf6c4be6a3b990cb59b0da10080 to your computer and use it in GitHub Desktop.
@Composable
fun LazyList() {
LazyColumn {
items(5) {
Item()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment