In order to perform communication between service and activity. You can also use Binder as mentioned in Official Android Example
http://developer.android.com/reference/android/app/Service.html#LocalServiceSample
For detail explanation see this answers
https://stackoverflow.com/a/36983011/4754141