Hi Mark, Thanks a lot for your answer.
On Apr 3, 2:40 pm, Mark Murphy <[email protected]> wrote: > If you are referring to a BroadcastReceiver registered through > registerReceiver() (e.g., from an Activity), then you should be choosing > your scope more by data visibility more than by GC rules. Yes, this is what I'm using. > > Bear in mind that broadcast Intents typically cross process boundaries, > so the cost of the broadcast itself will swamp most GC costs. OK, I got it. Thanks again Alex -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en To unsubscribe, reply using "remove me" as the subject.

