Epoxy and FeatureAdapter - groupon/FeatureAdapter GitHub Wiki
As this question is often asked, we have made a comparison chart below between FeatureAdapter and Epoxy.
Feature Adapter | Epoxy | |
---|---|---|
Vertical and horizontal views | ✅ | ✅ |
Optimized updates via comparator | ✅ | ✅ |
Seperation of concerns | ✅✅ | ✅ |
Comparator uses diff util | ✅ | ❌ |
RX support | ✅ | ❌ |
No external dependency | ✅ | ❌ |
Less boilerplate | ✅ | ✅✅ |
Databinding | ❓ | ✅ |