On Tue, Oct 12, 2010 at 1:37 PM, Chuck Lega <[email protected]> wrote:
> For instance, say I register a listener in the singleton. The callbacks to > the listener does not contain a context, and I am back at square one > again...So, I guess init-ing the singleton with a context is the simplest > way, > and making it a service the most robust/correct(?). > What listeners and callbacks are we talking about? You may want to provide more, um, context (har har) about how you're using a singleton, callbacks, listeners, and the Context. There's probably a better way than initializing the singleton with the Context object. And making your singleton a Service may not necessarily be the most robust /correct - it depends on what you're trying to achieve with this singleton. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

