-- Guys, back to the reactions / slack example, wo...
# android-architecture
u
-- Guys, back to the reactions / slack example, would you put views which might get used only sometimes (like Edited, and Reactions) in your item view and the just visible/gone them, or viewstub, or dynamically add/removeView ?
g
I'd go with visible/gone, seems like a premature optimization.
u
maybe, I was just dumping Slack's UI, and reactions view are not present in say text messages