Have you ever tried sending information from a Service or BroadcastReceiver to an Activity and wondered why it is so complicated? In this quick tip, you'll learn how to use the EventBus library in a simple app to facilitate communication between an Activity and a BroadcastReceiver.
Source files for the Tuts+ Tutorial: Quick Tip: How to Use the EventBus Library
Read this tutorial on Tuts+