Solved

Which of the Following Is Required to Allow Android Studio

Question 104

Multiple Choice

Which of the following is required to allow Android Studio to interact with a custom view?


A) Provide a constructor that takes a Context and an AttributeSet object as parameters.
B) Provide a constructor that takes a Context object as parameter.
C) Extend class View.
D) Override method onDraw() of class View.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions