We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Dependency Injection with Dagger 2 (markdown)
add annotationProcessor and newer dagger ersion.
Changed annotationProcessor to apt in the code to add Dagger 2 to build.gradle
Updated info on annotation processing built in to Android Gradle 2.2, deprecating android-apt, replacing `apt` dependencies with `annotationProcessor`. Updated dagger references to 2.8
Fix typo
Fixing parameter typo
Updated Dagger Version.
More elaboration of subcomponents
Wrong field name
grammar correction
Add troubleshooting guide
Add ProGuard section