Multiple Choice
Which of the following is correct about XML layout files?
A) In order to display a UI defined in the XML layout file "main.xml", call the setContentView method of the Activity with the parameter string "main.xml".
B) There is no distinction between implementation of the layout definition by code, or by XML layout file.
C) In an Eclipse project using the ADT plugin, the XML layout file is found in the /res/layout directory.
D) Layout information written in the XML layout file will be converted into code by the Android platform when the screen is displayed.
Correct Answer:

Verified
Correct Answer:
Verified
Q135: How many constraint handles are available to
Q136: Which of the following does not have
Q137: Which of the following is NOT true
Q138: Which of the following statements about DDMS
Q139: Which of the following is NOT true
Q141: What Eclipse plugin is required to develop
Q142: Which attribute would you use to animate
Q143: Which of the following WebView methods allows
Q144: How many snackbars can be displayed at
Q145: Which of the following classes is used