Dagger 2 Third part Injection Android
问题 Hi im trying to figure out how to do a clean third party injection. I want to inject Otto bus properly into my services and activities. Iv seen that you can use inject on constructor, but since I dont have any constructor with Android, i wonder how I can then inject my bus. Iv created a module which provides a new instance of the bus. Iv also created a component which has an interface for the Bus object. But how can I get this injected and where should I initiate my graph? Since the