0 votes
in Android by
What are the different types of intents?

1 Answer

0 votes
by

Types of Intent:

Implicit Intent is when the target component is not defined in the intent and the android system has to evaluate the registered components based on the intent data.

Explicit Intent is when an application defines the target component directly in the intent.

...