I am using a Json object array list for displaying data. Now I want to use an expandable listview in which the data is classified according to date in the object. how to classify the child list according to the date.
The json object consists of a pick up date and passenger details. I want to sort and make an expandable list view consisting of date in the main list and passenger details in the sub-list sorted according to the date.
Some objects have the same booking date, so they need to be clubbed under one.
This is the json object: