nerdexam
Android

AND-401 · Question #36

Which of these is NOT recommended in the Android Developer's Guide as a method of creating an individualView?

The correct answer is C. Create by copying the source of an already existing View class such as Button or TextView. See the full explanation below for the reasoning.

Question

Which of these is NOT recommended in the Android Developer's Guide as a method of creating an individualView?

Options

  • ACreate by extending the android.view.View class.
  • BCreate by extending already existing View classes such as Button or TextView.
  • CCreate by copying the source of an already existing View class such as Button or TextView
  • DCreate by combining multiple Views.

How the community answered

(24 responses)
  • A
    8% (2)
  • B
    4% (1)
  • C
    75% (18)
  • D
    13% (3)

Community Discussion

No community discussion yet for this question.

Full AND-401 Practice