Multiple Choice
Which of the following is false?
A) Each Activity in an app must be declared in AndroidManifest.xml; other-wise, Android will not know that the Activity- exists and will not be able to launch it.
B) By default each Activity you create uses the "standard" launch mode. In this mode, when Android receives an Intent to launch the Activity, Android creates a new instance of that Activity
C) With MainActivity’s launchMode set to "singleTop", when the user touches the up button Android brings the existing MainActivity to the fore-ground, rather than creating a new MainActivity object.
D) Each of the above is true.
Correct Answer:

Verified
Correct Answer:
Verified
Q5: Method _ is called when a menu
Q6: Which of the following statements is true?<br>A)
Q7: When a color state list resource is
Q8: Resource folder names that begin with anim
Q9: Implement interface _ to respond to Button
Q11: Which of the next three statements is
Q12: Which of the following three statements is
Q13: The Android design guidelines indicate that text
Q14: Files in the assets subfolders are accessed
Q15: IOExceptions are _ exceptions (so you must