Multiple Choice
Method onCreate typically initializes the Activity's instance variables and views. This method should be as simple as possible so that the app loads quickly. If the app takes longer than five seconds to load, the operating system will display a(n) ____________dialog, giving the user the option to forcibly terminate the app.
A) PNR (Program Not Responding)
B) ANR (Application Not Responding)
C) ANR (Android Not Responding)
D) None of the above.
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
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
Q12: Which of the following actions does not