Media Summary: In this video we add a new module called repository, along with a class, AppRepository. This class is responsible for fetching the ... In this lesson we learn how to make your Fragment's component lifecycle match the Jetpack ViewModel lifecycle. This opens up ... In this lesson, we learn about qualifier annotations and how to use them to separate dependencies of the same type in your ...
Dagger 2 Deep Dive 12 - Detailed Analysis & Overview
In this video we add a new module called repository, along with a class, AppRepository. This class is responsible for fetching the ... In this lesson we learn how to make your Fragment's component lifecycle match the Jetpack ViewModel lifecycle. This opens up ... In this lesson, we learn about qualifier annotations and how to use them to separate dependencies of the same type in your ... In the last video, we tasked our ApplicationComponent with providing the AppRepository as an injectable dependency by adding ... In this lesson, we learn how Component dependencies are used in the generated code. This video is part of a series. See the full ... In this lesson we create an internal testing module along with the TestApplicationComponent. This is a test Component that will ...
This video is an overview of everything we covered in the Dependency injection doesn't require a framework, it's simply a pattern of passing dependencies to an object, rather than having ... We start off by building a simple app that displays a count. The Counter is created by the "ViewModel" rather than passed to it.