Media Summary: In this lesson, we learn how Component dependencies are used in the generated code. This video is part of a series. See the full ... In this lesson we go over how to expose Singleton dependencies in a modular way. Singleton dependencies provided by the ... Before bringing in the real GitHub API, our app needs to support making requests on a background thread. In this lesson we'll ...
Dagger 2 Deep Dive 21 - Detailed Analysis & Overview
In this lesson, we learn how Component dependencies are used in the generated code. This video is part of a series. See the full ... In this lesson we go over how to expose Singleton dependencies in a modular way. Singleton dependencies provided by the ... Before bringing in the real GitHub API, our app needs to support making requests on a background thread. In this lesson we'll ... 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 go through how Multibound Maps are created in In this lesson we'll finish the testing library with a TestApplication and test runner. Project: ...
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 update the AppRepository to use a basic in memory cache to save a network request when fetching a single ...