Android
OA0-002 · Question #118
OA0-002 Question #118: Real Exam Question with Answer & Explanation
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 individual View?
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.
Community Discussion
No community discussion yet for this question.