January 2018
Intermediate to advanced
434 pages
14h 1m
English
We'll be using Android Studio 3.0 for coding purposes. First, we need to include Dagger 2 in the project, by adding the following lines to the build.gradle file:
compile "com.google.dagger:dagger:$daggerVersion"kapt "com.google.dagger:dagger-compiler:$daggerVersion"
You need to replace $daggerVersion with the latest version of Dagger2.
Read now
Unlock full access