HI, does anyone know how to show properly a list i...
# android
r
HI, does anyone know how to show properly a list inside an item that is part of a RecyclerView?
stackoverflow 6
r
This is the Epoxy library's sweet spot. It's got quite a steep learning curve, but for nesting complex UI like lists within lists, it rocks. For simpler solutions, look on stackoverflow.com as others have suggested.
r
I’ll give it a try, thanks!