Hi,
i want to group my android RecyclerView items with a header made based on date like this:
12-01-2006
item 1
item 2
item 3
13-02-2006
item 4
item 5
item 6
Need code for that. Is it possible in listview ?. if yes which one is better listview or recyclerview.