Media Summary: In this lesson we create a ScreenNavigator implementation that is tied to our Activity. This will be bound in the In this lesson we add a new project and interface to handle screen navigation. This is more to demonstrate how to share ... We start off by building a simple app that displays a count. The Counter is created by the "ViewModel" rather than passed to it.

Dagger 2 Deep Dive 50 - Detailed Analysis & Overview

In this lesson we create a ScreenNavigator implementation that is tied to our Activity. This will be bound in the In this lesson we add a new project and interface to handle screen navigation. This is more to demonstrate how to share ... We start off by building a simple app that displays a count. The Counter is created by the "ViewModel" rather than passed to it. As an example of how to share dependencies across scopes, without making them a Singleton, this lesson has us add a ... 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 ...

The HomeFragment will be driven by "view states" that come from a ViewModel. In this lesson we'll create the view model, along ... In this lesson we go over how to expose Singleton dependencies in a modular way. Singleton dependencies provided by the ... The home screen will display a list of repositories from GitHub. In this video we set up the RecyclerView Adapter and related files ... Dependency injection doesn't require a framework, it's simply a pattern of passing dependencies to an object, rather than having ... In this lesson we'll convert the HomeFragment repository list to use PowerAdapter, as well as add another item type in our list to ... Let's get ahead of some breaking changes and update our testing library to provide a fake ScreenNavigator. This will be useful for ...

Photo Gallery

Dagger 2 Deep Dive (50/55) - Activity Screen Navigator
Dagger 2 Deep Dive (48/55) - Preparing for screen navigation (Activity scoped dependencies)
Dagger 2 Deep Dive (1/55) -  Intro To Dependency Injection
Dagger 2 Tutorial Part 1 - WHAT IS DEPENDENCY INJECTION - Android Studio Tutorial
Dagger 2 Deep Dive (49/55) - Activity Scoped Component
Dagger 2 Deep Dive (21/55) - Dagger codegen: Component Dependencies
Dagger 2 Deep Dive (28/55) - Espresso tests and Dagger: Creating a TestApplicationComponent
Dagger 2 Deep Dive (17/55) - Home Screen ViewModel
Dagger 2 Deep Dive (19/55) - Exposing Application Component dependencies in a modular way
Dagger 2 Deep Dive (16/55) - Home Screen Repository List Setup
Dagger 2 Deep Dive (2/55) - Dependency Injection In Practice
Dagger 2 Deep Dive (55/55) - Using PowerAdapter for the Home Screen
View Detailed Profile
Dagger 2 Deep Dive (50/55) - Activity Screen Navigator

Dagger 2 Deep Dive (50/55) - Activity Screen Navigator

In this lesson we create a ScreenNavigator implementation that is tied to our Activity. This will be bound in the

Dagger 2 Deep Dive (48/55) - Preparing for screen navigation (Activity scoped dependencies)

Dagger 2 Deep Dive (48/55) - Preparing for screen navigation (Activity scoped dependencies)

In this lesson we add a new project and interface to handle screen navigation. This is more to demonstrate how to share ...

Dagger 2 Deep Dive (1/55) -  Intro To Dependency Injection

Dagger 2 Deep Dive (1/55) - Intro To Dependency Injection

We start off by building a simple app that displays a count. The Counter is created by the "ViewModel" rather than passed to it.

Dagger 2 Tutorial Part 1 - WHAT IS DEPENDENCY INJECTION - Android Studio Tutorial

Dagger 2 Tutorial Part 1 - WHAT IS DEPENDENCY INJECTION - Android Studio Tutorial

Dagger 2

Dagger 2 Deep Dive (49/55) - Activity Scoped Component

Dagger 2 Deep Dive (49/55) - Activity Scoped Component

As an example of how to share dependencies across scopes, without making them a Singleton, this lesson has us add a ...

Dagger 2 Deep Dive (21/55) - Dagger codegen: Component Dependencies

Dagger 2 Deep Dive (21/55) - Dagger codegen: Component Dependencies

In this lesson, we learn how Component dependencies are used in the generated code. This video is part of a series. See the full ...

Dagger 2 Deep Dive (28/55) - Espresso tests and Dagger: Creating a TestApplicationComponent

Dagger 2 Deep Dive (28/55) - Espresso tests and Dagger: Creating a TestApplicationComponent

In this lesson we create an internal testing module along with the TestApplicationComponent. This is a test Component that will ...

Dagger 2 Deep Dive (17/55) - Home Screen ViewModel

Dagger 2 Deep Dive (17/55) - Home Screen ViewModel

The HomeFragment will be driven by "view states" that come from a ViewModel. In this lesson we'll create the view model, along ...

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

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

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

Dagger 2 Deep Dive (16/55) - Home Screen Repository List Setup

Dagger 2 Deep Dive (16/55) - Home Screen Repository List Setup

The home screen will display a list of repositories from GitHub. In this video we set up the RecyclerView Adapter and related files ...

Dagger 2 Deep Dive (2/55) - Dependency Injection In Practice

Dagger 2 Deep Dive (2/55) - Dependency Injection In Practice

Dependency injection doesn't require a framework, it's simply a pattern of passing dependencies to an object, rather than having ...

Dagger 2 Deep Dive (55/55) - Using PowerAdapter for the Home Screen

Dagger 2 Deep Dive (55/55) - Using PowerAdapter for the Home Screen

In this lesson we'll convert the HomeFragment repository list to use PowerAdapter, as well as add another item type in our list to ...

Dagger 2 Deep Dive (51/55) - Fake ScreenNavigator: A fake navigator for tests

Dagger 2 Deep Dive (51/55) - Fake ScreenNavigator: A fake navigator for tests

Let's get ahead of some breaking changes and update our testing library to provide a fake ScreenNavigator. This will be useful for ...