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)- A8% (2)
- B4% (1)
- C75% (18)
- D13% (3)
Community Discussion
No community discussion yet for this question.