Most voted "asynctask" questions

Asynctask is an Abstract Class used to run methods on a background thread, leaving Thread UI (Main Thread) free. The use of Asynctask is for processes of few seconds, in case it is necessary to perform more time-consuming processing, it is advisable to use the options of Apis present in the package "java.util.Concurrent", as indicated in the documentation.

Learn more…

79 questions

Sort by count of