BookView { private BookPresenter mBookPresenter; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); mBookPresenter = new BookPresenter(this, new BookInteractor(networkService??, collection??)); } } Who is responsible for providing the dependencies? - adb, live-coding of 04/19