I have an Asynctask which retrieves two int vaules and i want to pass them to onPostExecute to show them on the view. Here is my code:
public class Q
Have you tried making those two ints members of QueryServer?
QueryServer
onPostExecute() doesn't run until after doInBackground() is finished, so there shouldn't be any threading issues.
onPostExecute()
doInBackground()