Views in Compose

  1. Which Composable is used to implement a View Interop?

  2. What is an AndroidView?

  3. Which of the following are parameters of the AndroidView Composable? Select all that apply.

    Choose as many answers as you see fit.

  4. The update callback of the AndroidView Composable is called after the corresponding View is inflated.

  5. What is the function of the factory lambda of the AndroidView Composable?