Do we need to initiate and execute asyctask from the user interface thread. Is it correct if I use asynctask to access the web service (long) from a non ui stream. Sorry if my request is incorrect.
In my application, I need to run about 10 web services and show the result on ui. I was confused about which approach would be a good asynthesis, intenservice, or creating a thread for each webservice call and ensuring its parallel operation.
source share