Android layout advice (RecyclerView, ViewPager and CardView)
问题 I need some advice to implement a design for my android application. I'm using a RecyclerView to display a list of CardView . No problem with that. But, I need a top section with a ViewPager that display other CardView with horizontal swipping: See http://i.stack.imgur.com/akg2i.png I've read that Viewpager is not very built to be in a RecyclerView , so maybe a better way is to create a ScrollView with a ViewPager inside then a RecyclerView below and disable the scrolling of the RecyclerView