Multiple choice

GridLayout makes it easier to create a common “dashboard”-style UI seen in apps like Google+. We normally create such a UI using a Tablelayout, but GridLayout allows us to create the same layout with a ________________.

  1. same hierarchy

  2. ladder hierarchy

  3. flatter hierarchy

  4. bottom-top hierarchy

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

GridLayout makes it easier to create a common “dashboard”-style UI seen in apps like Google+. We normally create such a UI using a Tablelayout, but GridLayout allows us to create the same layout with a flatter hierarchy.