Why i am not able to exceute 2 aysnctask simultaneously, here is the code that i am using, the problem is its not excuting. I tired to disable the first task as well but wasnt able to find the second task being executed.
new CallXML().execute();
new ImageThread().execute();
Got the solution…
just call another thread in postexecute of previous thread.