Media Summary: In this lesson, we go over the and annotations, and how the generated code changes depending on which ... In this lesson we learn how to make your Fragment's component lifecycle match the Jetpack ViewModel lifecycle. This opens up ... Patreon: Discord: ADVENTURE GAME HOTSPOT ...
Dagger 2 Deep Dive 23 - Detailed Analysis & Overview
In this lesson, we go over the and annotations, and how the generated code changes depending on which ... In this lesson we learn how to make your Fragment's component lifecycle match the Jetpack ViewModel lifecycle. This opens up ... Patreon: Discord: ADVENTURE GAME HOTSPOT ... In this lesson, we go through how Multibound Maps are created in In this lesson we create an internal testing module along with the TestApplicationComponent. This is a test Component that will ... We'll need to reference the Application Component in the future, so we start by creating a custom Application class and initializing ...
In this lesson, we learn about qualifier annotations and how to use them to separate dependencies of the same type in your ... 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 that was created in the last few videos to create an Espresso test for the HomeFragment. The home screen will display a list of repositories from GitHub. In this video we set up the RecyclerView Adapter and related files ... 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 use the testing library we've created to quickly write an Espresso test for the RepoDetailsFragment. Project: ...