Slide 15
Slide 15 text
Summary
> In Koin, Scope can ties to Activity, Fragment, ViewModel, or custom (define
yourself)
> It’s a concept, can be applied to any DI framework
> In Dagger, you can use Scope annotation or Subcomponents
> Code is available on https://github.com/aldoKelvianto/KoinScopeDemo