Intent (Android)
Appearance
An Intent provides a facility for performing late runtime binding between the code in different applications in the Android development environment. Its most significant use is in the launching of activities, where it can be thought of as the glue between activities. It is basically a passive data structure holding an abstract description of an action to be performed[1].
References
- ^ Android API retrieved 23-Jul-2013