Which of the following statements about Intents is false?

a. Intents are Android’s mechanism for communicating between executable com-ponents—such as activities, background services and the operating system.
b. You state your intent, then Android uses intent messaging to coordinate the exe-cutable components to accomplish what you intend to do.
c. This tight coupling makes it easy to mix and match parts of different applications.
d. You tell Android what you want to accomplish, then let Android find the installed applications with activities that can handle the task.

c. This tight coupling makes it easy to mix and match parts of different applications. Actually, this loose coupling makes it easy to mix and match parts of different applications.

Computer Science & Information Technology

You might also like to view...

A form created using a tabular layout will have labels in the first column and data in the second column

Indicate whether the statement is true or false

Computer Science & Information Technology

The ____ option of the Lasso Tool selects pixels based on color.

A. Pixel Selection B. Magic Wand C. Color Selector D. Palette

Computer Science & Information Technology