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 ... 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 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 ... As an example of how to share dependencies across scopes, without making them a Singleton, this lesson has us add a ... The home screen will display a list of repositories from GitHub. In this video we set up the RecyclerView Adapter and related files ... We start off by building a simple app that displays a count. The Counter is created by the "ViewModel" rather than passed to it. Everything is set up to allow our HomeFragment to navigate to the RepoDetailsFragment via the ScreenNavigator. In this lesson ...
In this lesson we create an internal testing module along with the TestApplicationComponent. This is a test Component that will ... In this lesson we go over how to expose Singleton dependencies in a modular way. Singleton dependencies provided by the ... In this lesson, we update the AppRepository to use a basic in memory cache to save a network request when fetching a single ... 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'll convert the HomeFragment repository list to use PowerAdapter, as well as add another item type in our list to ...