AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 35


Which of the following is the base class of all UI components?

Show Answer
Correct Answer: C

View is the base class of all UI components in the Android framework. It serves as the foundation on which all UI elements are built and is a superclass for other specific UI components like TextView, Button, and many others. Being the most fundamental class, it provides the basic building blocks for user interface components on Android.

Discussion

1 comment
Sign in to comment
MmadiOption: C
Dec 31, 2022

C. View