I am still trying to find the \"correct\" design pattern when dealing with AsyncTasks and screen rotation. I read this commonsware blog post which links to thi
There's nothing inherently wrong with using a deprecated method. If your AsyncTask is THAT critical that you can't cancel it and start it up again if your orientation changes, you should consider using a service.