Introduction to Dagger 2 Deep Dive 47
Exploring Dagger 2 Deep Dive 47 reveals several interesting facts. In this lesson, we use the testing library we've created to quickly write an Espresso test for the RepoDetailsFragment. Project: ...
Dagger 2 Deep Dive 47 Comprehensive Overview
In this lesson we add a new project and interface to handle screen navigation. This is more to demonstrate how to share ... As an example of how to share dependencies across scopes, without making them a Singleton, this lesson has us add a ... In this lesson we create an internal testing module along with the TestApplicationComponent. This is a test Component that will ...
In this lesson we'll finish the testing library with a TestApplication and test runner. Project: ...
Summary & Highlights for Dagger 2 Deep Dive 47
- In this lesson, we finish the RepoDetailsFragment by updating the views when the view state from the RepoDetailsViewModel is ...
- We start off by building a simple app that displays a count. The Counter is created by the "ViewModel" rather than passed to it.
- Everything is set up to allow our HomeFragment to navigate to the RepoDetailsFragment via the ScreenNavigator. In this lesson ...
- An introduction to dependency injection, why it is important, and how to use
- Let's quickly talk about what
Stay tuned for more updates related to Dagger 2 Deep Dive 47.