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

You can create a custom view by extending class:

    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
MmadiOption: C

C. android.view.View