Skip to content

Instantly share code, notes, and snippets.

@twocity
Created June 4, 2015 15:43
Show Gist options
  • Save twocity/a0a0d74ab118f2b9edcb to your computer and use it in GitHub Desktop.
Save twocity/a0a0d74ab118f2b9edcb to your computer and use it in GitHub Desktop.
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