MyNameIs
MyNameIs

Reputation: 852

How to use different Views in RecycleView

I want to use different view's in RecycleView like on image. enter image description here

1 View I use once in RecycleView, other view's like 2,3,4,5 on image. What do you can recommend for me?

Upvotes: 3

Views: 112

Answers (1)

tiny sunlight
tiny sunlight

Reputation: 6251

Try this link:

https://github.com/cundong/HeaderAndFooterRecyclerView.

You can add a header and use StaggeredGridLayoutManager.

Upvotes: 2

Related Questions