AsyncTask

Definition:

An AsyncTask is a lightweight, non-blocking threading mechanism used in mobile app development to perform background tasks without freezing the main application thread.

Related Terms:

  • Thread Pool
  • Background Task
  • Promise
  • Honeycomb Architecture
  • Multithreading
  • ExecutorService