- is a service more difficult to debug ?
- can I guarantee that the service is always running after installing the app ?ist item
- can a service send the user push notifications ?
Asked
Active
Viewed 37 times
-4

noneconnex
- 29
- 6
1 Answers
0
You should really try not to pollute stackoverflow with so badly written questions.
Please read the doc. A Service is not a way to implement multithreading. By default a service run on the main (UI) thread.
Your first question does not make sense because it can be more difficult or less difficult on the basis of what they do
For your second question: Trying to start a service on boot on Android
For your third question: a Service can do whatever an app can do