Android Application Development (AND-401) — Question 72

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

Answer options

Correct answer: C

Explanation

Option C is the correct answer because copying the source code of existing View classes can lead to maintenance issues and is against best practices. Options A, B, and D are recommended methods for creating Views, as they promote code reuse and proper inheritance.