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
Post a Comment