tajchert / BusWear

EventBus for Android Wear devices.
Apache License 2.0
257 stars 23 forks source link

Ideas to receive Events in a Service ? #20

Open mjohenneken opened 6 years ago

mjohenneken commented 6 years ago

Hello everyone, i think this library is an awesome to addition to the regular EventBus. One Problem i stumbled upon is how to replace the WearableListenerService with EventBus. In my Use Case the App on the phone is not necessarily open. So how would you subscribe to a Event, when there is no service instantiated. Especially with the new Android version the Problem arises, because Sticky Services are not allowed anymore.

Any Suggestions ?