Media Summary: There is one more step before making a real GitHub API request. The response json doesn't quite match the models we have. 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'll finish the testing library with a TestApplication and test runner. Project: ...
Dagger 2 Deep Dive 32 - Detailed Analysis & Overview
There is one more step before making a real GitHub API request. The response json doesn't quite match the models we have. 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'll finish the testing library with a TestApplication and test runner. Project: ... Dependency injection doesn't require a framework, it's simply a pattern of passing dependencies to an object, rather than having ... In this lesson, we learn about qualifier annotations and how to use them to separate dependencies of the same type in your ... We'll go over the app that we're building and how
In this lesson we add a new module for a new screen, the repo details screen. We'll set up some dependencies and the initial ... As an example of how to share dependencies across scopes, without making them a Singleton, this lesson has us add a ...