Android Mosby MVI bind to service in presenter
问题 I am creating a small app using Mosby. The app has a service which I want to bind to. I guess the correct place to do this is in the presenter. But I can't really figure out how to do it. What I want to archive is when the service is bound I want to call a method on it and push that value to the view, so that the state right now is correct. When the service sends updates on the event bus I want to push that to the view as well. I have found some example on the later part, but nothing about