Dagger 2 Deep Dive (19/55) - Exposing Application Component dependencies in a modular way

Опубликовано: 08 Февраль 2026
на канале: Brandon Gogetap
297
0

In this lesson we go over how to expose Singleton dependencies in a modular way.

Singleton dependencies provided by the ApplicationComponent will likely grow to a large number in a production app. Not all modules will need access to all available injectable Singletons. To make modules as small and focused as possible, we can reduce the amount of exposed dependencies from a Component using an interface that the Component providing those dependencies can extend.

Project: https://github.com/bgogetap/GitHubBro...

This video is part of a series. See the full playlist here:    • Dagger 2 Deep Dive