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
This article has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar articles. (July 2013) |