I'm trying to make an activity which works similar to this one from the Google Play Store.(https://vid.me/zfnV)
I tried it with a NestedScrollView in which I had a Textview and other things like a button. The vertical scrolling for this works fine. Now I would like to have some Cardviews which are horizontal scrollable in the same activity.
Any suggestions or tips about how to implement something like this?