Dagger 2 Scopes Demystified
In-depth review of one of the more confusing features of Dagger 2 dependency injection framework – the scopes. I will show you that scopes in Dagger 2 are, in fact, relatively simple, yet powerful concept.
In-depth review of one of the more confusing features of Dagger 2 dependency injection framework – the scopes. I will show you that scopes in Dagger 2 are, in fact, relatively simple, yet powerful concept.
Demonstration of various implementations of Observer design pattern in single-threaded and multi-threaded environments. Review of one very common mistake that developers do in multi-threaded implementations.