Which is better to use to display chat messages? As far as I understand, RecyclerView supports more custom view orientations (and is generally seen to be superior performance-wise), but since chat is inherently list-like, would it be better to use ListView?
Does it make much of a difference either way for this use-case?
Thanks!