Which of the following is the base class of all UI components?
Which of the following is the base class of all UI components?
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.
C. View