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:

Verified
Correct Answer:
Verified
Q99: Consider the following code snippet to query
Q100: Which of the following best explains the
Q101: Which of the following is the correct
Q102: What is the name of the folder
Q103: Which of the following are layout-related methods
Q105: What is direct reply in Android 7?<br>A)
Q106: Consider the following AndroidManifest.xml file: <?xml version="1.0"
Q107: Which of these is the incorrect method
Q108: Which of the following is the base
Q109: Which of the following methods are invoked