How properly to implement collapsing/expanding items using Epoxy Android library? I went through the wiki and sample app and couldn't find any example or explanation how exactly implement such behaviour in the list?
Asked
Active
Viewed 914 times
3
-
Were you able to implement one? Does your recycler view jump up once item is expanded? – Dmitrii Leonov Dec 06 '19 at 09:40
-
Yes i did I just request model build in the controller when need to collapse or expand by visible/gone views in the layout and recycle view do for me by default collapsable/expandable animation, you can even provide your custom layout animation if you not contented with default one. – Arsenius Dec 09 '19 at 00:58