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.
No comments:
Post a Comment