How to run an http server in android that does not stop?

Viewed 10

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.

0 Answers
Related