[cap-talk] Android using capability discipline

Dan Bornstein danfuzz at milk.com
Mon May 10 17:18:35 PDT 2010


On Mon, May 10, 2010 at 4:43 PM, David Barbour <dmbarbour at gmail.com> wrote:
> On Mon, May 10, 2010 at 10:53 AM, Fred <phreed at gmail.com> wrote:
>> In general these interactions use intents.
> Could you explain what you mean by 'intents' here?

I'm pretty sure he's referring to the so-named Android building block,
which is approximately the same as a "message" in message-passing
systems. You might find the class doc at
<http://developer.android.com/reference/android/content/Intent.html>
useful. Brief excerpt:

    An intent is an abstract description of an operation to
    be performed. [...] An Intent provides a facility for
    performing late runtime binding between the code in
    different applications. 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.

-dan


More information about the cap-talk mailing list