hiii,
I am working on a project where i am calling a url and fetching data as json . Now , this json object will be parsed.
Now i am getting a json tag like status= active or status = notActive.
Based on this response , i have to place some data tags which have a status “Active” under group title “Active” under listview and notActive data under “NOT-ACTIVE” group title.
*How to different data based on status value under two groups seperately so that when i click Active group , i will ge*t different data for Active only .
Any kind of help will be highly appreciated….
This way i solved it.