I'll post it for you real quick before you get RTFM'd. :)

http://developer.android.com/guide/topics/fundamentals.html

Loop up Intents, activities, receivers and services.

Android uses a message bus behind the scenes. Read the fundamentals and
you'll have a better grasp on it. I hope that helps.

Donn

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