platforms and products Online Quiz - 30
Description: platforms and products Online Quiz - 30 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: platforms and products |
Activities are basic objects, describing things a user can see or do and they can subscribe for intents.
In a typical activity lifecycle, if an activity "AA1" is completely obscured by another activity "AA2", the current state of "AA1" activity is -
The visible lifetime of an activity happens between a call to onStart() until a corresponding call to onPause(). Choose the right answer.
____ method is called just before the activity starts interacting with the user. At this point the activity is at the top of the activity stack, with user input going to it.
The activity in this state is killable by the system.
The following method is called when the system is about to start resuming another activity
________ method is passed a Bundle object containing the activity's previous state, if that state was captured.
An Android Application can be “Alive” even when process has been killed
A fundamental feature of Android is that an application process's lifetime is directly controlled by the application itself.
An activity has essentially ___ states.