Remote Service Vs. Local Service
- by Nguyen Dai Son
Dear All,
I am a newbiew to Android. I had read a lot of articles about Android Service but I am not clearly understanding what defferent between Local Service and Remote Service (except for "Local Service run in the same process as the lunching activity; remote services run in their own process" - The Busy Coder's Guide to Android Development - Mark L. Murphy ).
Please shows me what different between Local Service and Remote Service.
What's the advantage/disadvantage of using Local Service.
What's the advantage/disadvantage of using Remote Service.
Thanks & best regards
Dai Son