Google play store like interface using recycler view
问题 My assignment is to create an interface much same like Google Play Store.There will a Category name followed by 3 or 4 cards (horizontal) followed by More button. Then again next category. I already had implemented this using nesting the horizontal listview inside Vertical listview. I know, I can achieve this by using the Recycler view with LinearLayoutManager with horizontal orientation. Using this I'll be having one only row. My question is how do I add 2nd, 3rd row to this? Should I use