AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 65


You can create a custom view by extending class:

Show Answer
Correct Answer: C

To create a custom view in Android, you extend the class android.view.View. This base class provides all the essential functionality needed to define and manage your custom view's appearance and behavior.

Discussion

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

C. android.view.View