Question

Which of the following statements is false?
a. Unlike activities, Fragments do not have lifecycles.
b. The onCreatemethod is called when a Fragment is created.
c. The onCreateViewmethod is called after onCreate to build and return a View containing the Fragment's GUI.
d. The onCreateView method receives a LayoutInflater, which you"ll use to programmatically inflate a Fragment's GUI from the components specified in a predefined XML layout.

Answer

This answer is hidden. It contains 162 characters.