Solved

Method OnCreateView Is Called After OnCreate to Build and Return

Question 54

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:

verifed

Verified

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

Related Questions