This Android project demonstrates example of Nested RecyclerView of MultiView Type, In this Part4 series wrap up this series with an exciting finale — Spotify-inspired app.
This project is an Extension of Part3 Basic Nested RecyclerView
Nested RecyclerView with Multi-ViewType Article Link
- viewType received in data
- The viewType value determines the layout to inflate before onCreateViewHolder() is called. This is achieved through getItemViewType()
- Order of the list
- The Order of JSON structure directly affects the order in the UI.

