Media Summary: In this lesson, we update the AppRepository to use a basic in memory cache to save a network request when fetching a single ... 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 go over how to expose Singleton dependencies in a modular way. Singleton dependencies provided by the ...

Dagger 2 Deep Dive 8 55 Building The Application Component - Detailed Analysis & Overview

In this lesson, we update the AppRepository to use a basic in memory cache to save a network request when fetching a single ... 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 go over how to expose Singleton dependencies in a modular way. Singleton dependencies provided by the ... In this lesson we create a new project for the In this lesson we see how the generated code changed (or didn't change) after adding more dependencies to the ...

Photo Gallery

Dagger 2 Deep Dive (8/55) - Building the Application Component
Dagger 2 Deep Dive (7/55) - Creating the Application Component
Dagger2 Application Component
Dagger 2 Deep Dive (41/55) - AppRepository Updates: Caching and new request
Dagger 2 Deep Dive (9/55) - Dagger codegen: Inspecting the Generated Application Component
Dagger 2 Deep Dive (5/55) - What We're Building
Dagger 2 Deep Dive (21/55) - Dagger codegen: Component Dependencies
Dagger 2 Deep Dive (12/55) - Creating the Repository
Dagger 2 Deep Dive (19/55) - Exposing Application Component dependencies in a modular way
Dagger 2 Deep Dive (6/55) - Creating the GitHub Repository Project
Dagger 2 Deep Dive (35/55) - Dagger Codegen: GitHubApi Module changes
Dagger 2 Android Tutorial 02- Components and Modules
Sponsored
Sponsored
View Detailed Profile
Dagger 2 Deep Dive (8/55) - Building the Application Component

Dagger 2 Deep Dive (8/55) - Building the Application Component

We'll need to reference the

Dagger 2 Deep Dive (7/55) - Creating the Application Component

Dagger 2 Deep Dive (7/55) - Creating the Application Component

We're ready to

Sponsored
Dagger2 Application Component

Dagger2 Application Component

In this video I show you how to

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 (9/55) - Dagger codegen: Inspecting the Generated Application Component

Dagger 2 Deep Dive (9/55) - Dagger codegen: Inspecting the Generated Application Component

Looking at generated

Sponsored
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

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

Dagger 2 Deep Dive (12/55) - Creating the Repository

Dagger 2 Deep Dive (12/55) - Creating the Repository

In this video we add a new module called repository, along with a class, AppRepository. This class is responsible for fetching the ...

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 (6/55) - Creating the GitHub Repository Project

Dagger 2 Deep Dive (6/55) - Creating the GitHub Repository Project

In this lesson we create a new project for the

Dagger 2 Deep Dive (35/55) - Dagger Codegen: GitHubApi Module changes

Dagger 2 Deep Dive (35/55) - Dagger Codegen: GitHubApi Module changes

In this lesson we see how the generated code changed (or didn't change) after adding more dependencies to the ...

Dagger 2 Android Tutorial 02- Components and Modules

Dagger 2 Android Tutorial 02- Components and Modules

A new tutorial series on using

Dagger 2 Deep Dive (13/55) - Generated Dagger Component Check in

Dagger 2 Deep Dive (13/55) - Generated Dagger Component Check in

In the last video, we tasked our