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