Wednesday, February 5, 2014

Intent in Android

Its a very useful feature in Android application development. Its a passing of messages from one Activity to another activity. Just like invoking one activity from another.

There are 2 types of intents.

Explicit: Create 2 activities.Call  second activity from first activity

Implicit. You can implicitly call another activity that exists in the system. Ex : send sms, send an email, start search, etc.

No comments:

Post a Comment