-
Notifications
You must be signed in to change notification settings - Fork 1
Dagger2
Weiyi Li edited this page Mar 31, 2018
·
23 revisions
The above 3 articles introduce how to use Dagger2 in a real Android App Project. In part1, to attach activities/fragments to dagger graph, it create a lot boilerplate classes and needs a lot repetitive tasks, so is too complicated, so no need to follow part1. In part2, use @ContributesAndroidInjector
to simplify dagger graph, check this commit for details