After a long working weekend I finally have a grasp on how activities
bind to services (as well as how services outlive the activities that
started them). But it seems that through binding, the communication is
only 1-way (Activity -> Service). How can my service notify my
activity of something? Do I need to define a BroadcastReceiver and
sendBroadcast() from my service or is there an easier way to do it
while the Service and Activity are binded?

(This is a Remote Service btw, and if you're going to tell me to use a
Handler, please please please include a link to a tutorial or some
good sample code, cause I can't seem to find any)

Thanks in advance :)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to