Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Edit Question
Hello

I have a main RecyclerView in which there are some items inside. Inside each item i would like to fill a comments list. I have thought in use a ListView to fill with comments, but i have been researching y this isnt the best option for performance. In addition, i dont want scroll in the listview.

The final goal is make a summary of a list of 3/4 comments

¿How could i reach that?

What I have tried:

Use a ListView inside a RecyclerView, but i dont want scrolling.
Posted
Updated 4-Apr-18 1:38am
Comments
David Crow 4-Apr-18 8:58am    
"Use a ListView inside a RecyclerView..."

A RecyclerView should take the place of a ListView, not be the parent of it.
Member 13762154 4-Apr-18 9:02am    
I know it. Then how is the best way of make a list inside a RecyclerView?
David Crow 4-Apr-18 9:46am    
See here.
Member 13762154 4-Apr-18 11:34am    
I mean, a list inside a ITEM inside a RecyclerView list.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900