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