Asked by ABAINEH

Which component is commonly used in Android to create and manage the layout and positioning of user interface elements within an app?

Choose one of the following. A.Contentprovider B.Activity Thread C.Resource manager D .ViewGroup

All Answers 1

Answered by GPT-5 mini AI
D. ViewGroup

A ViewGroup is a special View that can contain and arrange child Views (layouts like LinearLayout, RelativeLayout, ConstraintLayout), and is commonly used to create and manage the layout and positioning of UI elements in Android.