Media Summary: We'll need to reference the Application Component in the future, so we start by creating a custom Application class and initializing ... 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 learn about qualifier annotations and how to use them to separate dependencies of the same type in your ...
Dagger 2 Deep Dive 8 - Detailed Analysis & Overview
We'll need to reference the Application Component in the future, so we start by creating a custom Application class and initializing ... 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 learn about qualifier annotations and how to use them to separate dependencies of the same type in your ... In this lesson we create an internal testing module along with the TestApplicationComponent. This is a test Component that will ... In this lesson, we go through how Multibound Maps are created in In this lesson, we use the testing library we've created to quickly write an Espresso test for the RepoDetailsFragment. Project: ...
In this lesson we use the testing library that was created in the last few videos to create an Espresso test for the HomeFragment. In this lesson, we update the AppRepository to use a basic in memory cache to save a network request when fetching a single ... Everything is set up to allow our HomeFragment to navigate to the RepoDetailsFragment via the ScreenNavigator. In this lesson ... This video is an overview of everything we covered in the In this lesson we see how the generated code changed (or didn't change) after adding more dependencies to the ... Before bringing in the real GitHub API, our app needs to support making requests on a background thread. In this lesson we'll ...