-
Notifications
You must be signed in to change notification settings - 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.
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.
Topics
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published