I am working in android. I want to show a list of events. I can make this list using listView.
But i want to add Day just before the list of events. Means i have two arrayList
- for Name of days
- for name of events for a day
So please suggest me how can i implement this.? you can provide me link related this topic or give a code help.
I need like this :---
Thank you in advance.