Solved

The Call to SetContentView Receives the R

Question 34

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions