Multiple Choice
Which of the following statements is false?
A) An app can have many activities, and an Activity can manage multiple Fragments.
B) You interact with an Activity through views—GUI components that inherit from class View (package android.view) .
C) Before Android 3.0, a separate Activity was typically associated with each screen of an app.
D) On a tablet, each Fragment typically occupies the entire screen and the Ac-tivity switches between the Fragments, based on user interactions.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: For apps you submit to the Google
Q3: Each app has a theme that defines
Q4: Which of the next three statements is
Q5: The_method is called whenever the text in
Q6: The default layout for an Empty Activity
Q7: Method onCreate typically initializes the Activity's instance
Q8: In the manifest, the activity element’s nested
Q9: For precise monetary calculations, use class_(package java.math)-rather
Q10: Which of the following statements is false?<br>A)
Q11: Java requires that you override every method