I have a http server in my app and I'm running it in the MainActivity but I would like to do it in a Service that never stop, should I use Service o Intent Service ? Im using this server for send isntructions to my app scince a computer, if anyone knows another way I will apreciate too.