I'm stuck between two possible methods for having my local service
communicate information back to my Activity. The first passes a
listener to the service, and then uses that to post back to the
activity. The second uses a broadcast receiver.

My questions is, which method is better? What are the pros/cons of
using each method? Which method uses more resources?

[note: I'm using a local service so AIDL is not necessary]

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to