Build a basic layout

  1. What is Jetpack Compose?

  2. Composable functions are the basic building block of Compose.

  3. What annotation is used to annotate a Composable function?

  4. The basic standard layout elements in Compose are:

    Choose as many answers as you see fit.

  5. What is the tool window for importing, creating, managing, and using resources in your app?

  6. Which class is an automatically generated class by Android that contains the IDs of all resources in the project.

  7. Which function is used is to load a drawable image resource.

  8. What is the function parameter used to add accessibility text, used by talkback?

  9. The Box layout stacks the UI elements on top of one another.

  10. What parameter is used to align the child element to the beginning of the parent?