Dismiss async task after sometime
问题 hey guys i want to dismiss my async task after 60 seconds i.e, if the server is taking much time to respond. 回答1: http://developer.android.com/reference/android/os/AsyncTask.html#cancel(boolean) 来源: https://stackoverflow.com/questions/5411152/dismiss-async-task-after-sometime