I'm trying to achieve the UI shown in the image. There are several rows with a title and a horizontal RecyclerView below. I could implement it using a lot of TextView/Recyclerviews but I think it will be inefficient and hard to control.
Is there a better way?