I\'m building an application which have a Service. I know that all application components run in the same UI process, at least you specify it in the manifest. So to avoid AN
Android Service executing in UI thread. So you should use AsyncTask or another way to work with threads for network requests.