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

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -