Type to search…

Molecule

Build a StateFlow stream using Compose

Molecule

Let’s look at a snippet from Compose:

kotlin
@Composable
fun MessageCard(message: Message) {
  Column {
    Text(text = message.author)
    Text(text = message.body)
  }
}

You're reading a preview.

Sign in with Google to read the full page. A Google account includes 5 free pages in total; students and teachers read their course pages without limit.

Sign in