What is recommended to do for networking job that should fetch and update new data? I see different answers on that issue.
To create a Service
that will run inside a new Thread
that should make all the network job OR to create a new Thread
that will start a Service
inside that Thread
?