I been working with Squares dagger for a while. It works really decent on fragments and activity but I have problems getting some of the injects in other places.
How would one for example inject into a class that extends from BaseAdapter?
BaseAdapters have no context. so I can not get the activity context or application context. Not without providing this myself in the constructor (which means I am providing a dependancy the old way?)