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 lesson we learn how to make your Fragment's component lifecycle match the Jetpack ViewModel lifecycle. This opens up ... 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 41 - 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 lesson we learn how to make your Fragment's component lifecycle match the Jetpack ViewModel lifecycle. This opens up ... In this lesson we add a new project and interface to handle screen navigation. This is more to demonstrate how to share ... 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 learn about qualifier annotations and how to use them to separate dependencies of the same type in your ... In this video I talk about 1) How to use subcomponents with
SUBSCRIBE: I have wanted the Spartan Harsey This is the first part of dependency injection ( Before bringing in the real GitHub API, our app needs to support making requests on a background thread. In this lesson we'll ... As an example of how to share dependencies across scopes, without making them a Singleton, this lesson has us add a ...