[android-developers] Difference between Android application and Android service

2011-04-07 Thread Asym
Hi Guys Fundamental question, is there any difference in the functionality of a service and an application? I know there is minimum user interaction involved with a service but can a service also perform read write operations for example to the sdcard? Can a service invoke other services or

Re: [android-developers] Difference between Android application and Android service

2011-04-07 Thread TreKing
On Thu, Apr 7, 2011 at 7:25 AM, Asym asm@gmail.com wrote: Fundamental question, is there any difference in the functionality of a service and an application? Yes. Big difference. I know there is minimum user interaction involved with a service but can a service also perform read