Is an Android "Service" considered a process or a thread according to operating system?
It is neither, any more than an activity is "a process or a thread".
All components of an Android application run inside a process and by default utilize one main application thread. You can create your own threads as needed.
A Service can be implemented as a separate process depending on the requirement. Here is a good explanation when to implement the service as a separate process or as a component inside an existing app (Service with Activities in same process).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With