There is a RecyclerView with CardView , the data in which is loaded from the database. How to make a horizontal scrolling list in CardView with regular text elements (which are also from the database)?
I consider doing another RecyclerView inside CardView inside RecyclerView too complicated.
RecyclerViewinside the vertical (or vice versa) there is nothing wrong. That is how it is implemented in Google Play. Now, if the nested scrolling elements in one direction, here something has already gone wrong. - eugeneek