Multiple Choice
Method onCreateView is called after onCreate to build and return a View con-taining the Fragment’s GUI. This method receives a(n) ________, which you’ll use to programmatically inflate a Fragment’s GUI from the components speci-fied in a predefined XML layout.
A) Inflater
B) GUICreator
C) GUIInflater
D) LayoutInflater
Correct Answer:

Verified
Correct Answer:
Verified
Q49: It's often easiest to select a particular
Q50: You specify the number of times an
Q51: Which of the following three statements is
Q52: You can provide String resources for different
Q53: A FragmentManager can use _ to dynamically
Q55: In what thread does a Handler's Runnable
Q56: Setting a Button's style property to @android:style/Widget.Material.Button.Colored
Q57: If multiple activities can handle the action
Q58: Which of the following statements is false?<br>A)
Q59: Method inflate returns a reference to a