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
Here is the Nice article in Dzone blog.
We to need to compare the features of each, such as :
Minimum Jars required ActionBarSherlock compatibility Injection for click listeners POJO injection Performance
Only Pojo Injection missing in butterknife! So looks like Butterknife is the winner!
Source