Multiple choice

The process of converting a layout XML file into a hierarchy of views is called ________.

  1. Flating

  2. Inflating

  3. Tree

  4. Ladder

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

The process of converting a layout XML file into a hierarchy of views is called inflating. This is done using the layoutInflater class.