Solved

Which of the Following Statements Is False

Question 34

Multiple Choice

Which of the following statements is false?


A) A Fragment typically represents a reusable portion of an Activity’s user in-terface, but may also represent reusable program logic.
B) Like an Activity, each Fragment has its own layout that’s typically defined as an XML layout resource file (GUIs also can be created dynamically) .
C) You can create an XML file describing the user preferences, then class PreferenceFragment can use that file to build an appropriate preferences GUI.
D) Fragments can be hosted by an Activity or they can execute independently

Correct Answer:

verifed

Verified

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

Related Questions