dagger-android-injection icon indicating copy to clipboard operation
dagger-android-injection copied to clipboard

Sample project explains Dependency Injection in Android using dagger-android framework.

Results 13 dagger-android-injection issues
Sort by recently updated
recently updated
newest added

Upgrade from Gradle 3.0.0 to 3.4.0 Upgrade from Android SDK 25 to AndroidX

Hey, How to use dagger android version in multi modular project. Because according to the structure we should have access to Activity module in app component that is in app...

![1](https://user-images.githubusercontent.com/8409220/45007254-8bc9a680-b02f-11e8-9255-90633b4221d0.png) ![2](https://user-images.githubusercontent.com/8409220/45007263-9dab4980-b02f-11e8-8a7a-3bc254059195.png) ![3](https://user-images.githubusercontent.com/8409220/45007256-92581e00-b02f-11e8-96ad-cdad429c1498.png) ![4](https://user-images.githubusercontent.com/8409220/45007259-94ba7800-b02f-11e8-9b01-b4843bd33b17.png) what is the problem? sorry for my pool english

A bunch of dependency and project updates/cleanups. Latest versions of Dagger (`2.17`), Gradle wrapper (`4.10.2`), and Android Gradle plugin (`3.2.0`). https://android-developers.googleblog.com/2018/09/android-studio-32.html Closes #12, closes #15 Once approved, please use a...

Hi, thanks for an amazing example, I have a question about two lines in the AppComponent.java, see below, what is the purpose of these lines? without these lines the app...

I came across with your excellent explanation about the New Android Injector with Android 2. As a matter of fact, I suggest creating a branch with a Kotlin version, so...