简体   繁体   中英

Vertical and Horizontal Recyclerview in the same layout

I see a lot of apps using this layout but i never understand how to create something like this:

Recyclerview Layout

What i have to do?

  • Create 3 recyclerview inside the same layout
  • Use a main recyclerview and in adapter "inflate" the Horizontal and Vertical
  • Something else?

I don't know if it's possible inflate different recyclerview(horizontal and vertical) in the same Adapter.

That's called a nested recycler view. you basically have a vertical recycler view in which you inflate your child recycler views and inside the child recycler views you inflate your final CardViews.

Here is a tutorial

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM