Multiple Choice
Which of the following applies to the onDraw( ) method of class View? (Choose two)
A) It must be overridden if a customized drawing of a view is required.
B) It takes two parameters: a Canvas and a View.
C) It takes one parameter of type Canvas.
D) It uses the Canvas parameter to draw the border of the activity that contains it.
Correct Answer:

Verified
Correct Answer:
Verified
Q35: Which folder contains the Android project Java
Q36: What does this code do? Intent intent
Q37: Consider the following: <?xml version="1.0" encoding="utf-8"?><br><menu<br>Xmlns:android="http://schemas.android.com/apk/res/android"><br><item android:id="@+id/create_new"
Q38: Javascript is enabled by default in a
Q39: What does the following line of code
Q41: Which of the following permission is necessary
Q42: Consider the following code: @Override public void
Q43: Which of the following Activity life-cycle methods
Q44: Which of the following tools creates certificates
Q45: Which of the following Activity life-cycle methods