Media Summary: In this lesson, we finish the RepoDetailsFragment by updating the views when the view state from the RepoDetailsViewModel is ... In this lesson we add a new project and interface to handle screen navigation. This is more to demonstrate how to share ... 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 46 - Detailed Analysis & Overview

In this lesson, we finish the RepoDetailsFragment by updating the views when the view state from the RepoDetailsViewModel is ... In this lesson we add a new project and interface to handle screen navigation. This is more to demonstrate how to share ... As an example of how to share dependencies across scopes, without making them a Singleton, this lesson has us add a ... 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: ... In this lesson we create an internal testing module along with the TestApplicationComponent. This is a test Component that will ...

In this lesson, we update the AppRepository to use a basic in memory cache to save a network request when fetching a single ... 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 create a ScreenNavigator implementation that is tied to our Activity. This will be bound in the An introduction to dependency injection, why it is important, and how to use The Phantom Rogue has been updated in Ravenloft: The Horrors Within for Dungeons and Dragons. Best Ways to Support: *Join ... Let's get ahead of some breaking changes and update our testing library to provide a fake ScreenNavigator. This will be useful for ...

Dependency injection doesn't require a framework, it's simply a pattern of passing dependencies to an object, rather than having ... Scope is what we need to create singletons inside class implementations There is one more step before making a real GitHub API request. The response json doesn't quite match the models we have. In this lesson we learn how to make your Fragment's component lifecycle match the Jetpack ViewModel lifecycle. This opens up ...

Photo Gallery

Dagger 2 Deep Dive (46/55) - Hooking up RepoDetailsFragment with View States
Dagger 2 Deep Dive (48/55) - Preparing for screen navigation (Activity scoped dependencies)
Dagger 2 Deep Dive (49/55) - Activity Scoped Component
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 (28/55) - Espresso tests and Dagger: Creating a TestApplicationComponent
Dagger 2 Deep Dive (41/55) - AppRepository Updates: Caching and new request
Dagger 2 Deep Dive (1/55) -  Intro To Dependency Injection
Dagger 2 Deep Dive (50/55) - Activity Screen Navigator
Dependency Injection  Using Dagger 2
The NEW Phantom Rogue Is a Bit Too Slow...
Dagger 2 Deep Dive (51/55) - Fake ScreenNavigator: A fake navigator for tests
Sponsored
Sponsored
View Detailed Profile
Dagger 2 Deep Dive (46/55) - Hooking up RepoDetailsFragment with View States

Dagger 2 Deep Dive (46/55) - Hooking up RepoDetailsFragment with View States

In this lesson, we finish the RepoDetailsFragment by updating the views when the view state from the RepoDetailsViewModel is ...

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

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

Dependency Injection  Using Dagger 2

Dependency Injection Using Dagger 2

An introduction to dependency injection, why it is important, and how to use

The NEW Phantom Rogue Is a Bit Too Slow...

The NEW Phantom Rogue Is a Bit Too Slow...

The Phantom Rogue has been updated in Ravenloft: The Horrors Within for Dungeons and Dragons. Best Ways to Support: *Join ...

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 (4/55) - Intro to Dependency Injection Frameworks

Dagger 2 Deep Dive (4/55) - Intro to Dependency Injection Frameworks

Let's quickly talk about what

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 Tutorial Part 4   Scope

DAGGER 2 Tutorial Part 4 Scope

Scope is what we need to create singletons inside @Component class implementations

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 (24/55) - Matching Dagger Component Scopes with ViewModel Scopes

Dagger 2 Deep Dive (24/55) - Matching Dagger Component Scopes with ViewModel Scopes

In this lesson we learn how to make your Fragment's component lifecycle match the Jetpack ViewModel lifecycle. This opens up ...

Related Video Content

Black Dagger Brotherhood - Facebook information

4 days ago · The Black Dagger Brotherhood is an ongoing series of paranormal romance books by author J. R. Ward. The...

Black Dagger Brotherhood Fans Community - Facebook information

15 hours ago · About this group 🖤 Welcome to Black Dagger Brotherhood Fans Community! 🖤 This is a place for fans of...

Dagger - Well... you voted, and we're doing it again! After ... information

5 days ago · Dagger - Well... you voted, and we're doing it again! 💙 After the response to our "Should We Do It...

The TF-102A Delta Dagger - the USAF’s... - Uretsky Aviation ... information

2 days ago · The TF-102A Delta Dagger - the USAF’s first operational supersonic fighter.

The Bridport Dagger | Bridport - Facebook information

3 days ago · The Bridport Dagger, Bridport. 413 likes · 28 talking about this · 8 were here. Cafe bar with great...