Friday, November 23, 2018

Android Implicit Intent

Android Implicit Intent Tutorial

There are two types of intents in android: 
Implicit 
Explicit.

1) Implicit Intent

Implicit Intent doesn't specify the component. In such case, intent provides information of available components provided by the system that is to be invoked.

2) Explicit Intent

Explicit Intent specifies the component. In such case, intent provides the external class to be invoked.


Learn To Intent Activities in Android


No comments:

Post a Comment