Media Summary: In this lesson we create an internal testing module along with the TestApplicationComponent. This is a test Component that will ... In this lesson we'll finish the testing library with a TestApplication and test runner. Project: ... In this lesson we move the ApplicationComponent to its own module to prepare for building a custom UI testing library. Project: ...
Dagger 2 Deep Dive 28 - Detailed Analysis & Overview
In this lesson we create an internal testing module along with the TestApplicationComponent. This is a test Component that will ... In this lesson we'll finish the testing library with a TestApplication and test runner. Project: ... In this lesson we move the ApplicationComponent to its own module to prepare for building a custom UI testing library. Project: ... Do you find yourself scratching your head while learning 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 cover the new functionality that was added to AppRepository with more unit tests. Project: ...
We'll go over the app that we're building and how In this lesson, we go over the and annotations, and how the generated code changes depending on which ... 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 about qualifier annotations and how to use them to separate dependencies of the same type in your ... This video is an overview of everything we covered in the We start off by building a simple app that displays a count. The Counter is created by the "ViewModel" rather than passed to it.
In this lesson we add a new module for a new screen, the repo details screen. We'll set up some dependencies and the initial ...