Understanding Advanced Dagger Concepts (Part 2)
Singleton and Lifecycle
Use scopes like @Singleton to ensure only one instance exists through app lifetime.
Dagger Evolution
Dagger was initially built by Square using reflection which is slower comparatively. Next is from, Google’s Dagger 2 generate...
shwethcoder.hashnode.dev1 min read