AsyncTask question
I\'ve followed some tutorials but it still isn\'t clear to me. Here\'s the code I currently have with some questions below the co
I think you can execute your HTTPRequest in your doInBackground of the Async task. And JSONParser at onPostExecute.
HTTPRequest
doInBackground
Async
JSONParser
onPostExecute