I\'m writing my first Android application and trying to get my head around communication between services and activities. I have a Service that will run in the background an
I am surprised that no one has given reference to Otto event Bus library
http://square.github.io/otto/
I have been using this in my android apps and it works seamlessly.