Skip to content
#

androidasync

Here are 4 public repositories matching this topic...

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.

  • Updated Jul 12, 2020
  • Java

Improve this page

Add a description, image, and links to the androidasync topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the androidasync topic, visit your repo's landing page and select "manage topics."

Learn more