Accessibility, testing, and performance

  1. True or False: In Compose, you can test a component in isolation.

  2. Compose tests use a structure called the ___ to look for elements on the screen and read their properties.

  3. On phones, an on-screen element that a user interacts with should have a width and height of at least:

  4. Use ___ to group together actions that relate to the same list item.

  5. True or False: When evaluating your Compose app performance, it is very important to make sure you are running in release mode with R8 optimization enabled.

  6. An application is ___ when deployed as debug.