Skip to content

AsyncTask is a helper class which helps us to use the UI thread properly. AsyncTask allows us to perform long-run/background operations and show its result on the UI thread without blocking threads. AsyncTasks should ideally be used for short operations (a few seconds at the most.) that will not affect our main thread.

Notifications You must be signed in to change notification settings

technxtcodelabs/AndroidAsyncTask

Error
Looks like something went wrong!

About

AsyncTask is a helper class which helps us to use the UI thread properly. AsyncTask allows us to perform long-run/background operations and show its result on the UI thread without blocking threads. AsyncTasks should ideally be used for short operations (a few seconds at the most.) that will not affect our main thread.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages