I wanted to executed two separate AsyncTasks – one is for getting data from web page and another – to update UI. I found that this is possible without any problems on Android < 3.0. The article on StackOverflow helped me to resolve my problem with Android 4+ Running multiple AsyncTasks at the same time —… Continue reading Android: execute several AsyncTask’s