-
Couldn't load subscription status.
- Fork 0
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.
Couldn't load subscription status.
technxtcodelabs/AndroidAsyncTask
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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.