Skip to content Skip to sidebar Skip to footer

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

Solution 1:

as I understood you have a horizontal scrolling view, and vertical scrolling view below.

todo this, you have to add two RecyclerView's in your activity / fragment layout.xml

on your first RecyclerView you add a LinearLayoutManager ,with a horizontal orientation.

you don't need a viewpager for that.

Post a Comment for "Android Layout Advice (recyclerview, Viewpager And Cardview)"