Method onCreateView is called after onCreate to build and return a View containing the Fragment’s GUI. This method receives a(n) ________, which you’ll use to programmatically inflate a Fragment’s GUI from the components specified in a predefined XML layout.
a. Inflater
b. GUICreator
c. GUIInflater
d. LayoutInflater
d. LayoutInflater
Computer Science & Information Technology
You might also like to view...
An array with more than one index is called a/an:
(a) partially filled array (b) multidimensional array (c) bidirectional array (d) one dimensional array
Computer Science & Information Technology
When a cout statement prints a string that tells the person at the terminal what should be typed, the output string used in this manner is called a(n) ____.
A. prompt B. checkpoint C. interrupt D. pause
Computer Science & Information Technology