is it possible to grab the return value of the doInBackground()-method?
JSONArray response = new SupportFunctions.executeURLWithResponse().execute(url);
It tells me:
Description Resource Path Location Type
Type mismatch: cannot convert from AsyncTask<String,Void,JSONArray> to JSONArray ContactFunctions.java /BuddyCheck/src/com/pthuermer/buddycheck line 138 Java Problem
Something like this?