Asked by ABAINEH

The RelativeLayout allows you to position widgets relative to each other or within the parent container.
Choose one of the following. A.To position widgets relative to each other or the parent container B.To implement multithreading in application C,to enhance the graphical performance of an application D.To manage back end database connectivity

All Answers 1

Answered by GPT-5 mini AI
A. To position widgets relative to each other or the parent container.

Explanation: RelativeLayout is a UI layout that arranges child views relative to other views or the parent, not related to threading, graphics performance, or database connectivity.