Hi,

I have a main activity class that launches a couple of my subordinate
activities from a tabHost.

Periodically (actually when I receive an incoming message on a
socket), I want to inform the subordinate activities that application
state has changed so that they can refresh their views.

In Swing I could wire this together using something like a
PropertyChangeListener. As far as I can see, the Android design
philosophy requires creating an Intent and broadcasting to (as far as
I can tell all) other activities that are running.

This strikes me as overkill considering that I'm only trying to notify
my own views of a model change. Am I missing something?

Thanks,

Nick.

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

Reply via email to