Aren't these competitors? I'm thinkin they're not, but don't see it.

How about within the context of an Activity needing to learn when a Service has new xyz?

Thanks!

link|improve this question

61% accept rate
By competitors you mean two different ways to accomplish the same thing? They do have slightly different purposes.. the looper is to help you create a message loop, the observer is to let you get state updates on an object you are observing. Its really not clear what your question is though.. – Mayra Nov 1 '10 at 23:18
And the purpose of a Looper is to handle an asynchronous Message ... just as an Observer handles an asynchronous Observable. My question is, why use a looper/handler? – DJC Nov 2 '10 at 0:09
Observer callbacks aren't necessarily asynchronous, it's just a way of decoupling components. With a handler, messages are processed on the current thread at some point in the future. – dhaag23 Nov 2 '10 at 0:16
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.