Created
June 4, 2015 15:43
-
-
Save twocity/a0a0d74ab118f2b9edcb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step1 | |
Remove deprecated modules(overide, library,complete),ObjectGraph | |
Step2 | |
Define Dagger2 style Component and module | |
Step3 | |
Inject | |
@ApplicationScope | |
ApplicationComponent | |
NetworkModule | |
Okhttp | |
Picasso | |
AndroidModule | |
@ForApplication Context | |
LocationManager | |
LocationModule | |
CacheModule | |
CacheManager | |
SharedPerference | |
LoggintModule | |
TraceModule | |
UserModule | |
UserManager | |
AccessTokenProvider | |
@ActivityScope | |
ActivityComponent AS subcomponet of ApplicationComponet | |
ActivityModule | |
Activity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment