Remote Service Vs. Local Service
Posted
by
Nguyen Dai Son
on Stack Overflow
See other posts from Stack Overflow
or by Nguyen Dai Son
Published on 2011-01-17T04:42:54Z
Indexed on
2011/01/17
4:53 UTC
Read the original article
Hit count: 307
android
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
© Stack Overflow or respective owner