Exam AND-401 All QuestionsBrowse all questions from this exam
Question 13

What is the parent class of all Activity widgets?

    Correct Answer: A

    The parent class of all Activity widgets is ViewGroup. ViewGroup is a special view that can contain other views (or other view groups) and define the layout properties for them. Activities can have complex UI arrangements that typically involve multiple views arranged within ViewGroup containers.

Discussion
MmadiOption: C

C. View