Multiple Choice
Which of these is NOT recommended in the Android Developer's Guide as a method of creating an individual View?
A) Create by extending the android.view.View class.
B) Create by extending already existing View classes such as Button or TextView.
C) Create by copying the source of an already existing View class such as Button or TextView
D) Create by combining multiple Views.
Correct Answer:

Verified
Correct Answer:
Verified
Q142: Which attribute would you use to animate
Q143: Which of the following WebView methods allows
Q144: How many snackbars can be displayed at
Q145: Which of the following classes is used
Q146: Which of the following is a call-back
Q148: Which is not included in the Android
Q149: Which of the following is true about
Q150: Which of these is the incorrect explanation
Q151: Which of the following is not a
Q152: What does the following code do? dialog.getWindow().setFlags(LayoutParams.FLAG_BLUR_BEHIND,