I am evaluating Dependency Injection (DI) frameworks for an Android app. The top contenders are: Dagger (with Butter Knife) and Android Annotations. I understand that Dagger an
You should give a try at Toothpick.
Toothpick is (per the README):
It can even be faster than Dagger 2 in most cases, and it's much simpler.
Note: Yes, I am one of the authors.