nbusy / nbusy-android

NBusy Android app.
http://nbusy.com
Apache License 2.0
1 stars 0 forks source link

Worker service <-> fragment communication #16

Closed soygul closed 8 years ago

soygul commented 8 years ago

Options:

soygul commented 8 years ago

Now using Guava EventBus for this purpose and also rather than communication with WorkerService, we're calling methods on Worker class directly and registering events on it.