Media Summary: The home screen will display a list of repositories from GitHub. In this video we set up the RecyclerView Adapter and related files ... In this lesson we add a new project and interface to handle screen navigation. This is more to demonstrate how to share ... In this lesson, we learn how Component dependencies are used in the generated code. This video is part of a series. See the full ...
Dagger 2 Deep Dive 16 - Detailed Analysis & Overview
The home screen will display a list of repositories from GitHub. In this video we set up the RecyclerView Adapter and related files ... In this lesson we add a new project and interface to handle screen navigation. This is more to demonstrate how to share ... In this lesson, we learn how Component dependencies are used in the generated code. This video is part of a series. See the full ... In this lesson we go over how to expose Singleton dependencies in a modular way. Singleton dependencies provided by the ... Before bringing in the real GitHub API, our app needs to support making requests on a background thread. In this lesson we'll ... Here we set up some initial files for the first "feature" of our app, the home screen. Project: ...
In the last video, we tasked our ApplicationComponent with providing the AppRepository as an injectable dependency by adding ... Now we're set up to bring in GitHub API requests. In this lesson we use Retrofit to create an implementation of GitHubApi. 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 create a ScreenNavigator implementation that is tied to our Activity. This will be bound in the