I am using RecyclerView to display text in CardView but I want to add a Header TextView at the top of the RecyclerView that looks like this:
Have to create different type of View holder and also have bind the data according to view holder views. This Question is already asked and answer Recyclerview and handling different type of row inflation here and it will help you