Questions
Quiz time. Here are a couple of questions to test your Jetpack Compose knowledge:
- What does the
@Composable
annotation do? - What do the
Row()
,Column()
, andBox()
composable functions do? - Which function is invoked to specify the root of a Compose UI?