Skip to content Skip to sidebar Skip to footer

Using Guice To Inject Dependencies Into An Android Activity's Constructor

Does anybody know of a way to use Guice to inject dependencies into the constructor of an Activity in Android? It looks like activities normally have only the default constructor

Solution 1:

I don't know how I missed this!

https://github.com/roboguice/roboguice

Post a Comment for "Using Guice To Inject Dependencies Into An Android Activity's Constructor"