After consulting most of the previous answers I'm still confused where I went wrong. I'm converting the JSON objects to string and then putting them to arrayList in doInBackground method and then calling intent in the onPostExecte so that I could pass this arrayList into another activity which extends ListActivity, some where I'm going wrong and getting the error:After consulting most of the previous answers I