I display my JSON data into a RecyclerView. I have multiple TextView into one item and it works perfectly.
In my data, I need to fetch photos and display them into each item. I have multiple photos for one item. It starts from 6 photos to... many more.
I tried using a RecyclerView inside my first RecyclerView but as you can guess it was a bad idea (bad performance, not the good result expected and so on).
Do you have any other solution or advice that might help, please?
I found a thousand solutions how to display one picture by row but none about multiple pictures into one row.