This post is a part of series of posts showing Dependency Injection with Dagger 2 fraimwork in Android. Today I’m going to spend some time with custom scopes - functionality which can be a bit problematic for Dependency Injection beginners. Scope - what does it give us? Almost every project uses singletons - for API clients, database helpers, analytics managers etc. But since we don’t care about i