Don't implement them as separate activities. Use the setContent() that takes a view ID as a parameter. Then, you won't have a problem. You will also take up less heap space, less stack space, and less CPU time than does your current implementation.
On Tue, Sep 14, 2010 at 11:24 AM, tatebn <[email protected]> wrote: > Can I have one Activity listen for a message from another? I have a > TabActivity and I need to call a function/send a message to the > associated tabs. How do I go about doing that? -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

