I have an adapter class which is extending GroupingCursorAdapter and constructor of type
Adapter_Contacts(Context context, Cursor cursor, AsyncContactImageLoader asyncContactImageLoader).
I want to use this same class for populating my ListView. I am getting data from one web service which is JSON.
So my question is that, how can I convert a JSONArray to Cursor to use same adapter class?