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.

Related questions

0 votes
asked Apr 2, 2023 in RASA by SakshiSharma
0 votes
asked Sep 1, 2023 in Android by rajeshsharma
...