Question

Which of the following statements is false?
a. The onCreate method is called by the system when an Activity is started.
b. Method onCreate typically initializes the Activity's instance variables and views.
c. Method onCreate should perform the bulk of the app's work.
d. In fact, if the app takes longer than five seconds to load, the operating system will display an ANR (Application Not Responding) dialoggiving the user the option to forcibly terminate the app.

Answer

This answer is hidden. It contains 126 characters.