Give your view a reference to the activity (or a Java interface it implements) and call back through that. Much much MUCH more efficient than sending a broadcast. See all of the standard view and view subclass callbacks for examples.
On Wed, Apr 15, 2009 at 11:56 AM, skink <[email protected]> wrote: > > > > skink wrote(a): > > > > basically, i would like to know whether broadcasts/broadcast receivers > > are lightweight stuff or it involves much processing and i should use > > own interface based listeners. > > bump :) > > any thoughts what is better? > > broadcasts or listeners? > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

