How to Add A LinearLayout Manager and GridLayout Manager in RecyclerView in Android

Viewed 7532

I had a design is needed to implement like a Top image on the View and bottom there is a GridView with two coloumns. So I am Planning to implement it Using RecyclerView. For top I need to use the LinearLayoutManager and Bottom it has GridLayoutManager . So How can I create a Recycler Adapter with these two values.

2 Answers
Related