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
Use LocalBroadcastManager to register a receiver to listen for a broadcast sent from local service inside your app, reference goes here:
LocalBroadcastManager
http://developer.android.com/reference/android/support/v4/content/LocalBroadcastManager.html