Media Summary: Now we're set up to bring in GitHub API requests. In this lesson we use Retrofit to create an implementation of GitHubApi. In this lesson we create an internal testing module along with the TestApplicationComponent. This is a test Component that will ... Before bringing in the real GitHub API, our app needs to support making requests on a background thread. In this lesson we'll ...
Dagger 2 Deep Dive 33 - Detailed Analysis & Overview
Now we're set up to bring in GitHub API requests. In this lesson we use Retrofit to create an implementation of GitHubApi. In this lesson we create an internal testing module along with the TestApplicationComponent. This is a test Component that will ... Before bringing in the real GitHub API, our app needs to support making requests on a background thread. In this lesson we'll ... We start off by building a simple app that displays a count. The Counter is created by the "ViewModel" rather than passed to it. There is one more step before making a real GitHub API request. The response json doesn't quite match the models we have. In this lesson we'll finish the testing library with a TestApplication and test runner. Project: ...
Everything is set up to allow our HomeFragment to navigate to the RepoDetailsFragment via the ScreenNavigator. In this lesson ... In this lesson, we learn about qualifier annotations and how to use them to separate dependencies of the same type in your ... Full Show Notes: HIRING Full-time & In-Person Researcher: ... In this lesson we create a new project for the app we're building, and set up some initial dependencies. Project: ... 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 use the testing library that was created in the last few videos to create an Espresso test for the HomeFragment.