Media Summary: The HomeFragment will be driven by "view states" that come from a In this lesson we create the HomeComponent which will be responsible for injecting the HomeFragment. We'll be using Everything is set up to allow our HomeFragment to navigate to the RepoDetailsFragment via the ScreenNavigator. In this lesson ...
Dagger 2 Deep Dive 17 55 Home Screen Viewmodel - Detailed Analysis & Overview
The HomeFragment will be driven by "view states" that come from a In this lesson we create the HomeComponent which will be responsible for injecting the HomeFragment. We'll be using Everything is set up to allow our HomeFragment to navigate to the RepoDetailsFragment via the ScreenNavigator. In this lesson ... In this lesson we create a ScreenNavigator implementation that is tied to our Activity. This will be bound in the Here we set up some initial files for the first "feature" of our app, the In this lesson we'll convert the HomeFragment repository list to use PowerAdapter, as well as add another item type in our list to ...
In this lesson we learn how to make your Fragment's component lifecycle match the Jetpack In this lesson we add a unit test for the HomeViewModel. Project: ... We'll go over the app that we're building and how The HomeViewModel has an inject annotated constructor. Because of the way Jetpack In this video I'm going to finish setting up ProfileFragment so it displays the account information for the user that's authenticated.