Solved

Which of the Following Statements Is False

Question 28

Multiple Choice

Which of the following statements is false?


A) When the app first executes, onCreate is called after onStart.
B) When the app is running in portrait orientation and the user opens the Set-tings-Activity, the MainActivity is stopped while the SettingsActivity is displayed. When the user returns to the MainActivity, onStart is called again.
C) To get a reference to the MainActivityFragment so we can call its methods, use inherited AppCompatActivity method getSupportFragmentManager to get the FragmentManager, then call its findFragmentById method.
D) Each of the above statements is true.

Correct Answer:

verifed

Verified

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

Related Questions