3

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!

Zuhayr
  • 342
  • 4
  • 11

3 Answers3

0

Yup,Recyclerview is good option.

Jinal Patel
  • 699
  • 5
  • 15
0

Recyclerview is a better option becoz Recyclerview has own holder class and Recyclerview has many in build animation. It easy to use and more light weight then listview. You can find recyclerview example here

0

Recycler View is better option as one can use View Holder to avoid the issues faced during scrolling.

Also there are more advantages of recycler view over List view