Want to know Examcollection AND-401 Exam practice test features? Want to lear more about Android Android Application Development certification experience? Study Vivid Android AND-401 answers to Update AND-401 questions at Examcollection. Gat a success with an absolute guarantee to pass Android AND-401 (Android Application Development) test on your first attempt.

2021 Oct AND-401 practice test

Q71. Which of these files contains text values that you can use in your application? 

A. AndroidManifest.xml 

B. res/Text.xml 

C. res/layout/Main.xml 

D. res/values/strings.xml 

Answer: D 


Q72. Which of the following Activity methods is invoked when the user clicks on an options menu item? 

A. onItemClicked 

B. onItemSelected 

C. onOptionsItemClicked 

D. onOptionsItemSelected 

Answer: D 


Q73. The values of which of the following classes cannot be mapped in a Bundle object? 

A. Parcelable 

B. String 

C. ArrayList 

D. Context 

Answer: D 


AND-401 exam

Regenerate AND-401 free draindumps:

Q74. Which of the following you cannot achieve by creating your own View sub-classes? 

A. Create a completely new customized View type. 

B. Combine a group of View components into a new single component. 

C. Specify when to destroy an activity and all its views. 

D. Override the way that an existing component is displayed on the screen. 

Answer: C 


Q75. What is the second layer from top called in the following diagram of Android’s Architecture Exhibit: 

A. Applications layer. 

B. Application framework. 

C. Linux kernel. 

D. Android runtime. 

Answer: B 


Q76. What does the src folder contain? 

A. Image and icon files. 

B. XML resource files. 

C. The application manifest file. 

D. Java source code files. 

Answer: D 


Q77. Which of the following is required to allow the Android Developer Tools to interact with your view? 

A. Provide a constructor that takes a Context and an AttributeSet object as parameters. 

B. Provide a constructor that takes a Context object as parameter. 

C. Extend class View. 

D. Override method onDraw() of class View. 

Answer: A