Tuesday 19 August 2014

In an explicit intent, the sender specifies the type of receiver. | Android Questions

A. True
B. False
Ans: B

There is no guarantee that an activity will be stopped prior to being destroyed. | Android Questions

A. True
B. False
Ans: A

Which of the following is NOT a state in the lifecycle of a service? | Android Questions

A. Starting
B. Running
C. Destroyed
D. Paused
Ans: D

When an activity doesn't exist in memory it is in. | Android Questions

A. Starting state
B. Running state
C. Loading state
D. Inexistent state.
Ans: A

What is an Activity? | Android Questions

A. A single screen the user sees on the device at one time
B. A message sent among the major building blocks
C. A component that runs in the background without any interface.
D. Context referring to the application environment.
Ans: A

What runs in the background and doesn't have any UI components? | Android Questions

A. Intents
B. Content Providers
C. Services
D. Applications
Ans: C

Which of the following is the most "resource hungry" part of dealing with Activities on Android. | Android Questions

A. Closing an app
B. Suspending an app
C. Opening a new app
D. Restoring the most recent app
Ans: C