00:01
Hello everyone.
00:02
In this lesson, we're exploring the concept of intents, which are an essential part of android development.
00:08
Intents are used to enable communication between different components, such as activities, services, and broadcast receivers.
00:18
So let's go through each option to identify what is true about intents.
00:29
Option a, intents are messages that are sent among major building blocks.
01:11
This statement, well, in android, intense act as messages pass between different components of an application, such as activities, services, and broadcast receivers, enabling communication and data sharing within the app.
01:30
B says, intense trigger activities to begin, services to start or stop, or broadcast messages.
02:19
Intents are designed to perform actions within an app.
02:23
They can start an activity, initiate or stop a service, or broadcast information to other parts of the app.
02:33
C says intents are asynchronous...