Understanding Dagger 2 Deep Dive 20 55 Home Screen Component
Let's dive into the details surrounding Dagger 2 Deep Dive 20 55 Home Screen Component. In this lesson we create the HomeComponent which will be responsible for injecting the HomeFragment. We'll be using
Key Takeaways about Dagger 2 Deep Dive 20 55 Home Screen Component
- 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 go over how to expose Singleton dependencies in a modular way. Singleton dependencies provided by the ...
- We're ready to
- We'll need to reference the Application
Detailed Analysis of Dagger 2 Deep Dive 20 55 Home Screen Component
The The HomeFragment will be driven by "view states" that come from a ViewModel. In this lesson we'll create the view model, along ... Everything is set up to allow our HomeFragment to navigate to the RepoDetailsFragment via the ScreenNavigator. In this lesson ...
We'll go over the app that we're building and how
That wraps up our extensive overview of Dagger 2 Deep Dive 20 55 Home Screen Component.