I have a problem that I cant understand it at all!. I have an Asynctask that connects to a web service and download some data.
But when I do this my other Asynctasks waits to this Asynctask to finish his work evenAsynctasksin otherActivities`!!. But I can't understand this.
How I can avoid this?. I was thinking that Asynctasks can run simultaneously but now it doesn't!. What is the problem? It seems REST and downloading stream data blocks the entire app.