android - Concept : Does Handlers also execute network request sequentially as like AsyncTask -


Hello as you know asyncTask by default to run your network request Unless you are executor .

Does the handler network sequence execute sequentially? If not then to run them parallel?

As I came to know that handlers are done sequentially as this process

If you create a different thread and do different networks, then use the lopar thread, then you get altruism.

Comments

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -