- Is the $server var on the function onCompletion from AsyncTask cloned ? i mean can we like getPlayer() using that variable ? cuz i know that it's another thread etc.. but is that Function in another thread as well ?, oh yea btw i didn't test it yet.
onCompletion is not in the asyncworker thread. It is again on the mainthread. It exists for you to sync/put your results where they belong.