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.
If an activity is paused or stopped, the system can drop it from memory by calling -
The visible lifetime of an activity happens between a call to onStart() until a corresponding call to onPause(). Choose the right answer.
The foreground lifetime of an activity happens between a call to onResume() until a corresponding call to onStop().
____ 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.
Suppose there are two applications having same priority, but the process that has _______ priority will be killed first.
An Android Application can be “Alive” even when process has been killed
All Android applications will remain running and in memory until the system needs its resources for other applications.
A typical Android application has ________ components.
An android application includes the following components -
A fundamental feature of Android is that an application process's lifetime is directly controlled by the application itself.