What exactly is the difference between `ActivityRe...
# dagger
a
What exactly is the difference between
ActivityRetainedComponent
vs
ActivityComponent
??
g
ActivityRetainedComponent is alive between activity destroy and recreate, same as ViewModel
a
Hmm... is there something similar for fragments?
g
what do you mean? Fragment by default alive on configuration change, and just use Fragment scope
or just use the same scope, of course you cannot use Fragment dependencies there