What is wrong with this Asynchronus task?
- by bluebrain
the method onPostExecute simply was not executed, I have seen 16 at LogCat but I can not see 16 in LogCAT. I tried to debug it, it seemed that it goes to the first line of the class (package line) after return statement.
private class Client extends AsyncTask<Integer, Void, Integer> {
protected Integer doInBackground(Integer...…