Skip to content

Instantly share code, notes, and snippets.

@syntialai
Created January 10, 2023 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save syntialai/3c74110b22f1120bc55ddf6afa6216a0 to your computer and use it in GitHub Desktop.
Save syntialai/3c74110b22f1120bc55ddf6afa6216a0 to your computer and use it in GitHub Desktop.
LazyColumn {
items(posts) { post ->
PostCard(post)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment