Skip to content
#

android-async-http

Here are 6 public repositories matching this topic...

Language: All
Filter by language

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 android-async-http 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 android-async-http topic, visit your repo's landing page and select "manage topics."

Learn more