Dagger: Scoped object graphs (Part 3)
If you’ve been following this series, you already read about dependency injection basics on part 1 and Dagger fundamentals on part 2. This last part about Dagger and dependency injection Android is focused on scoped object graphs. What’s the use of scoped graphs in Dagger? When we instantiate Dagger singletons in application object graph, they …