Media Summary: The HomeViewModel has an inject annotated constructor. Because of the way Jetpack ViewModels interact with Fragments, we ... In this lesson we create a ScreenNavigator implementation that is tied to our Activity. This will be bound in the Everything is set up to allow our HomeFragment to navigate to the RepoDetailsFragment via the ScreenNavigator. In this lesson ...

Dagger 2 Deep Dive 18 - Detailed Analysis & Overview

The HomeViewModel has an inject annotated constructor. Because of the way Jetpack ViewModels interact with Fragments, we ... In this lesson we create a ScreenNavigator implementation that is tied to our Activity. This will be bound in the Everything is set up to allow our HomeFragment to navigate to the RepoDetailsFragment via the ScreenNavigator. In this lesson ... In this lesson, we update the AppRepository to use a basic in memory cache to save a network request when fetching a single ... 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 go over how to expose Singleton dependencies in a modular way. Singleton dependencies provided by the ...

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 create an internal testing module along with the TestApplicationComponent. This is a test Component that will ... We'll go over the app that we're building and how

Photo Gallery

Dagger 2 Deep Dive (18/55) - Injecting a Jetpack ViewModel
Dagger 2 Deep Dive (50/55) - Activity Screen Navigator
Dagger 2 Deep Dive (52/55) - Navigating from the Home screen to the Details screen
Dagger 2 Deep Dive (41/55) - AppRepository Updates: Caching and new request
Dagger 2 Deep Dive (49/55) - Activity Scoped Component
Dagger 2 Deep Dive (19/55) - Exposing Application Component dependencies in a modular way
Dagger 2 Deep Dive (17/55) - Home Screen ViewModel
Dagger 2 Deep Dive (28/55) - Espresso tests and Dagger: Creating a TestApplicationComponent
Understanding Dagger 2's Generated Code by Ron Shapiro & David P. Baker
Dagger 2 Deep Dive (5/55) - What We're Building
View Detailed Profile
Dagger 2 Deep Dive (18/55) - Injecting a Jetpack ViewModel

Dagger 2 Deep Dive (18/55) - Injecting a Jetpack ViewModel

The HomeViewModel has an inject annotated constructor. Because of the way Jetpack ViewModels interact with Fragments, we ...

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 (52/55) - Navigating from the Home screen to the Details screen

Dagger 2 Deep Dive (52/55) - Navigating from the Home screen to the Details screen

Everything is set up to allow our HomeFragment to navigate to the RepoDetailsFragment via the ScreenNavigator. In this lesson ...

Dagger 2 Deep Dive (41/55) - AppRepository Updates: Caching and new request

Dagger 2 Deep Dive (41/55) - AppRepository Updates: Caching and new request

In this lesson, we update the AppRepository to use a basic in memory cache to save a network request when fetching a single ...

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 (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 (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 (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 ...

Understanding Dagger 2's Generated Code by Ron Shapiro & David P. Baker

Understanding Dagger 2's Generated Code by Ron Shapiro & David P. Baker

Take a

Dagger 2 Deep Dive (5/55) - What We're Building

Dagger 2 Deep Dive (5/55) - What We're Building

We'll go over the app that we're building and how