Online Course Support

A ViewGroup (such as a LinearLayout for instance) allows you to organize the components of the graphical user interface. Which of the following propositions are true?

Question 1
A ViewGroup (such as a LinearLayout for instance) allows you to organize the components of the graphical user interface.

Which of the following propositions are true?

1 point

A component may be a ViewGroup it-self, containing other elements.

It is possible to have multiple ViewGroup elements in the description of a single screen as long as they are not nested in each other.

An interface may contain only one ViewGroup element.

Similar Posts