Reputation: 852
I want to use different view's in RecycleView like on image.
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
Reputation: 6251
Try this link:
https://github.com/cundong/HeaderAndFooterRecyclerView.
You can add a header
and use StaggeredGridLayoutManager
.
Upvotes: 2