+1 vote
in Android by
What is an explicit Intent in Android?

1 Answer

0 votes
by

Android Explicit intent specifies the component to be invoked from activity. In other words, we can call another activity in android by explicit intent.

...