am building an app which displays a list of objects .Am using android recycler view for now.
Now as per new requirements , I want to display this list in groups , similar to as described in this Question
My Question is :
- Can I implement it using Airbnb Epoxy?
- Will epoxy be an overkill ?
- Or should I just go with the solution provided in the SO question?
Please advice. Thanks !