-
[tasting-dagger-2-on-android](http://fernandocejas.com/2015/04/11/tasting-dagger-2-on-android/)
-
Dependency injection support which is offered by Dagger tool can make our lives more pleasant. Moreover, writing tests is more easier.
I would enjoy contributing to a guide about this. Let me know if…
polok updated
9 years ago
-
Hi!
It seems that the plugin is not APT friendly, Dagger now simply crash at startup:
```
Caused by: java.lang.IllegalStateException: Module adapter for class ***.app.AppModule could not be loaded. …
-
Did some performance analysis on loading generate type adapters using the ServiceLoader method and got some troubling results:
It seems like this method does not work well on android due to ineffici…
-
Hi!
Is there any way to push a [child] controller from within another child controller?
Let's say I'm displaying a child controller (named **A**) in a container view (named **V**), that it is just a…
-
Somehow DAO does not show up in my dependencies and all the Dao classes show as missing in build. 0.2.2 works but when I switch to 0.4.0 or 0.4.1, I cannot compile. I tried everything :-(
-
The differences between Dagger 1 and 2 are not trivial, so would be nice if this sample used Dagger 2 instead of Dagger 1.
-
不会生成这个类。。。求指点。
-
Only 3.0.0 version of retrolambda can work for me, when > 3.0.0 the build task will stop after executed javac task ( to be exact after the lint task ) , also I execute the javac task independen…
-
Where's the I/O 2015 app?
(Update: Yes, I'm referring to the source code)