Multiple choice technology platforms and products

Which of the following layout offers a grid Model?

  1. TableLayout

  2. LinearLayout

  3. RalativeLayout

  4. FrameLayout

  5. None of above

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

TableLayout arranges views in rows and columns, providing a grid-like structure. LinearLayout arranges in one direction (row or column), RelativeLayout uses positional relationships, and FrameLayout stacks views. The claimed answer A is correct.