Multiple Choice
Which of the following statements is false?
A) Class Bundle of package android.os stores key–value pairs of infor-mation—typically representing an app’s state or data that needs to be passed between activities.
B) When another app is about to appear on the screen—e.g., when the user re-ceives a phone call or launches another app—Android gives the currently exe-cuting app the opportunity to save its state in a Bundle. The Android runtime might subsequently kill the app—e.g., to reclaim its memory.
C) When the app returns to the screen, the Android runtime passes the Bundle of the previously saved state to Activity method onStart.
D) We can use Bundles to pass data between activities.
Correct Answer:

Verified
Correct Answer:
Verified
Q14: Which of the following statements is false?<br>A)
Q15: You can use the new Android Studio_to
Q16: You may configure your AVD (or device)
Q17: Which of the following satements is false?<br>A)
Q18: Which of the following is false regarding
Q20: Which of the following three statements is
Q21: Google now introduces many new Android features
Q22: Throughout its life, an Activity can be
Q23: Many of today's Android phones use AMOLED
Q24: By default, the Seekbar allows you to