Join Slack
Powered by
Note that DI on Android is a bit more cumbersome, ...
# android
j
jstuyts-squins
12/11/2017, 4:17 PM
Note that DI on Android is a bit more cumbersome, because Android creates your application and activities. So usually, the dependencies are injected later.
onCreate()
is mostly used to call the injector to initialize the fields of an instance
Open in Slack
Previous
Next