We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Dependency Injection with Dagger 2 (markdown)
Add video series about Dagger 2 by codinginflow in practical
Revert ce1f781d2de5f973fe322a565fbbbfb01da8570e...8c89d5290ff07f9468653a41f014a3cfca7fca9b on Dependency Injection with Dagger 2
Fixed the explanation for singleton annotation
removed typo
Add kotlin-kapt + actually, latest version is 2.20. Who updated this to 2.15 yesterday?
`Call<List<` is preferred to exposing ArrayList (mutable)
components should be named based on their scope
2.15 Version is latest.
Fix var type in provideOkHttpClient
Correct configuration keyword.
OkHttpClient v3 change, according to this https://stackoverflow.com/a/39989426/1730430
use the latest version to generate Dagger* class as mentioned (https://stackoverflow.com/questions/46056421/daggerapplicationcomponent-not-compiled)
Minor changes just to better disambiguate between Application (the class) and application (the Android app)
Little clarification remark
Fix typo
Corrected buidlers -> builders