Question

Which of the following is false?
a. Before Android 3.0, a separate Activity was typically associated with each screen of an app.
b. An Activity can manage multiple Fragments.
c. On a phone, each Fragment typically occupies the entire screen and the Activity switches between the Fragments based on user interactions.
d. On a tablet, activities often display multiple screens per Fragment to take better advantage of the larger screen size.

Answer

This answer is hidden. It contains 215 characters.