Creating this topic to catch any typos and bugs in the 1st Edition of Dagger by Tutorials.
On Chapter 9 (More About Module), when you say "On the other hand, a @Provider
", don’t you mean @Provides
?
Section 1, Chapter 5:
In The BusStopListPresenter implementation, point 1:
“You’re using constructor injection to note that you’ll pass the BusStopListViewBinder
later,…” - Should it be field injection?
In Key Points it says:
“…you’ve achieved a lot by applying an architectural pattern, Model View Controller, to the Busso App.” - Should it be Model View Presenter.
Cheers