Valid AND-401 Dumps shared by ExamDiscuss.com for Helping Passing AND-401 Exam! ExamDiscuss.com now offer the newest AND-401 exam dumps, the ExamDiscuss.com AND-401 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AND-401 dumps with Test Engine here:
Which of these is NOT recommended in the Android Developer's Guide as a method of creating an individual View?
Correct Answer: C
Explanation/Reference: Incorrect: A, B: All of the view classes defined in the Android framework extend View. Your custom view can also extend View directly, or you can save time by extending one of the existing view subclasses, such as Button. D: When building complex applications, you'll often want to reuse the same group of views in various places of the application. One way to solve this problem is by creating a view that encapsulates the logic and layout of a group of views so you can reuse them without duplicating code in various places of the project. References: http://developer.android.com/training/custom-views/create-view.html http://code.tutsplus.com/tutorials/creating-compound-views-on-android--cms-22889