You can also broadcast an intent and many receivers can pick it up.
Essentially its the pub/sub pattern in a service bus.

On Wed, Aug 26, 2009 at 12:24 PM, roschler <robert.osch...@gmail.com> wrote:

>
> What is the accepted/common practice for code to post messages between
> objects in the Android environment?  In Windows I do a lot of inter-
> object communication via the operating system PostMessage() facility
> which can post messages to Windows and even non-Windowed objects (if
> they have allocated a windows message queue and procedure to
> themselves).  Is there an equivalent mechanism in Android?  If there
> is please post the keywords I can use for searching to read about it
> or URLs to explanatory web pages if you have them.
>
> If this is more of a Java language or Linux kernel question then just
> point me in the right direction to start my investigations.
>
> Thanks,
> Robert
> >
>


-- 
Donn
http://blog.donnfelker.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to