Jump to content

Intent (Android)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Simkiott (talk | contribs) at 13:01, 23 July 2013 (Created page with 'An '''Intent''' provides a facility for performing late runtime binding between the code in different applications in the Android (operating s...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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

  1. ^ Android API retrieved 23-Jul-2013