Android RecyclerView Example – Multiple ViewTypes
Up until now we've displayed same type of Views within a [RecyclerView](/community/tutorials/android-recyclerview-android-cardview-example-tutorial). In this tutorial, we'll implement heterogeneous layouts inside a RecyclerView. RecyclerView RecyclerView with heterogeneous layouts is commonly used in to display section headers and details(Both require different layouts, hence different view type). Also, it's used in a Newsfeed Application(like Facebook, Instagram) that display […]