Media Summary: The HomeFragment will be driven by "view states" that come from a ViewModel. In this lesson we'll create the view model, along ... The home screen will display a list of repositories from GitHub. In this video we set up the RecyclerView Adapter and related files ... 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 17 - Detailed Analysis & Overview

The HomeFragment will be driven by "view states" that come from a ViewModel. In this lesson we'll create the view model, along ... The home screen will display a list of repositories from GitHub. In this video we set up the RecyclerView Adapter and related files ... In this lesson we add a new project and interface to handle screen navigation. This is more to demonstrate how to share ... Everything is set up to allow our HomeFragment to navigate to the RepoDetailsFragment via the ScreenNavigator. In this lesson ... In this lesson, we use the testing library we've created to quickly write an Espresso test for the RepoDetailsFragment. Project: ... As an example of how to share dependencies across scopes, without making them a Singleton, this lesson has us add a ...

Let's get ahead of some breaking changes and update our testing library to provide a fake ScreenNavigator. This will be useful for ... In this lesson we create a ScreenNavigator implementation that is tied to our Activity. This will be bound in the In this lesson we create an internal testing module along with the TestApplicationComponent. This is a test Component that will ... In this lesson we use the testing library that was created in the last few videos to create an Espresso test for the HomeFragment. There is one more step before making a real GitHub API request. The response json doesn't quite match the models we have. Now we're set up to bring in GitHub API requests. In this lesson we use Retrofit to create an implementation of GitHubApi.

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 lesson we'll finish the testing library with a TestApplication and test runner. Project: ... We'll need to reference the Application Component in the future, so we start by creating a custom Application class and initializing ... Our project will have separate modules for our separate functional pieces. The GitHubApi module will define our API models and ... 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 go through how Multibound Maps are created in

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

Photo Gallery

Dagger 2 Deep Dive (17/55) - Home Screen ViewModel
Dagger 2 Deep Dive (16/55) - Home Screen Repository List Setup
Dagger 2 Deep Dive (48/55) - Preparing for screen navigation (Activity scoped dependencies)
Dagger 2 Deep Dive (52/55) - Navigating from the Home screen to the Details screen
Dagger 2 Deep Dive (47/55) - RepoDetailsFragment Espresso Test
Dagger 2 Deep Dive (49/55) - Activity Scoped Component
Dagger 2 Deep Dive (51/55) - Fake ScreenNavigator: A fake navigator for tests
Dagger 2 Deep Dive (50/55) - Activity Screen Navigator
Dagger 2 Deep Dive (28/55) - Espresso tests and Dagger: Creating a TestApplicationComponent
Dagger 2 Deep Dive (30/55) - Dagger Powered Home Fragment Espresso Test
Dagger 2 Deep Dive (32/55) - Retrofit Integration: Preparing for the real GitHub API
Dagger 2 Deep Dive (33/55) - Swapping the mock GitHubApi for a Retrofit created implementation
Sponsored
Sponsored
View Detailed Profile
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 (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 ...

Sponsored
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 (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 (47/55) - RepoDetailsFragment Espresso Test

Dagger 2 Deep Dive (47/55) - RepoDetailsFragment Espresso Test

In this lesson, we use the testing library we've created to quickly write an Espresso test for the RepoDetailsFragment. Project: ...

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

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 (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 (30/55) - Dagger Powered Home Fragment Espresso Test

Dagger 2 Deep Dive (30/55) - Dagger Powered Home Fragment Espresso Test

In this lesson we use the testing library that was created in the last few videos to create an Espresso test for the HomeFragment.

Dagger 2 Deep Dive (32/55) - Retrofit Integration: Preparing for the real GitHub API

Dagger 2 Deep Dive (32/55) - Retrofit Integration: Preparing for the real GitHub API

There is one more step before making a real GitHub API request. The response json doesn't quite match the models we have.

Dagger 2 Deep Dive (33/55) - Swapping the mock GitHubApi for a Retrofit created implementation

Dagger 2 Deep Dive (33/55) - Swapping the mock GitHubApi for a Retrofit created implementation

Now we're set up to bring in GitHub API requests. In this lesson we use Retrofit to create an implementation of GitHubApi.

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 (29/55) - Espresso tests and Dagger: Creating the TestApplication and Runner

Dagger 2 Deep Dive (29/55) - Espresso tests and Dagger: Creating the TestApplication and Runner

In this lesson we'll finish the testing library with a TestApplication and test runner. Project: ...

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 Application Component in the future, so we start by creating a custom Application class and initializing ...

Dagger 2 Deep Dive (10/55) - Adding the GitHub API Module

Dagger 2 Deep Dive (10/55) - Adding the GitHub API Module

Our project will have separate modules for our separate functional pieces. The GitHubApi module will define our API models and ...

Dagger 2 Deep Dive (39/55) - Dagger codegen: Qualifier Annotations

Dagger 2 Deep Dive (39/55) - Dagger codegen: Qualifier Annotations

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 (22/55) - Dagger codegen: Multibindings

Dagger 2 Deep Dive (22/55) - Dagger codegen: Multibindings

In this lesson, we go through how Multibound Maps are created in

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

Related Video Content

Dagger - Wikipedia information

In the modern sense, a dagger is designed for close-proximity combat or self-defense; due to its use in historic...

Combat and Tactical Knives - Double Edged Daggers - Daggers - 1 to … information

These knives are made for combat, with the dual edges providing improved stabbing and thrusting capabilities. Spartan...

Daggers – Double-Edged Blades for Defense | BUDK Worldwide Inc. information

Looking for the perfect dagger to add to your collection or enhance your gear? At BudK, we offer an incredible...

Types of Daggers – Styles, Designs, and Blades with Pictures information

May 28, 2026 · This guide covers 100+ dagger types — from Bronze Age leaf blades to modern combat stilettos — with …

Dagger Fixed Blade Knives - Knife Country, USA information

At Knife Country USA, we offer over 250 models of fixed blade daggers, crafted by leading knife manufacturers...