Multiple Choice
The call to setContentView receives the R.layout constant indicating the XML file that represents a GUI-e.g., R.layout.activit_main represents the activity_main.xml file. Method setContentView uses this constant to load the corresponding XML document, which Android parses and converts into the app's GUI. This process is known as the____________GUI.
A) creating
B) inflating
C) fabricating
D) building
Correct Answer:

Verified
Correct Answer:
Verified
Q29: When the virtual keyboard is displayed, the
Q30: By default, a SeekBar’s range is 0
Q31: You'll use an anonymous inner class to
Q32: A(n) _is a subclass of Text-View that
Q33: Activities transition between their states in response
Q35: Method_is called whenever the SeekBar's thumb position
Q36: Which of the following statements is false?<br>A)
Q37: When you set a view's_property, Android automatically
Q38: The manifest element’s nested
Q39: Which of the following statements is false?<br>A)