I am working on a project where attendance data should be shown in recyclerview and it should be group according to date I want data to be grouped according to date where 1 July data is shown in Single Card View….
and I fetching data from Oracle
From your question I guest what you need is implementing a RecyclerView adapter with header and section. I will suggest you look at some tutorial online or you can as well use some android libraries that have already implemented it like FlexibleAdapter