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:

Verified
Correct Answer:
Verified
Q29: You can use the ViewAnimationUtils class to
Q30: Which of the following statements is false?<br>A)
Q31: Which of the following is false?<br>A) Animator
Q32: You can use a(n) _ object to
Q33: When the user selects a menu item,
Q35: Which of the following statements is false?<br>A)
Q36: Method getConfiguration returns a Configuration object (package
Q37: It’s considered a best practice in Android
Q38: You override Activity method _ and use
Q39: Toast method _ receives as arguments the