[android-developers] Service Process Vs background process

2011-02-17 Thread Sivaprakash
Can some one tell how exactly *service process* and *background process*Service differs - Process Life Cycle Stand point? Because both of them are the to serve same purpose? -- - Prakash. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Service Process Vs background process

2011-02-17 Thread Marcin Orlowski
On 17 February 2011 12:08, Sivaprakash sivaprakashshanmu...@gmail.com wrote: Can some one tell how exactly service process and background process Service differs - Process Life Cycle Stand point? Because both of them are the to serve same purpose? What exactly you mean by background process if

Re: [android-developers] Service Process Vs background process

2011-02-17 Thread A N K ! T
i think it is same as in android background processes is know as service... may be i couldn't get ur question... On Thu, Feb 17, 2011 at 4:40 PM, Marcin Orlowski webnet.andr...@gmail.comwrote: On 17 February 2011 12:08, Sivaprakash sivaprakashshanmu...@gmail.com wrote: Can some one tell how

Re: [android-developers] Service Process Vs background process

2011-02-17 Thread Sivaprakash
OK if you go through the following link http://developer.android.com/guide/topics/fundamentals.html Processes and lifecycles sectionthere are two things Service Process and Background Process, how they differ each other? - Siva On Thu, Feb 17, 2011 at 4:46 PM, A N K ! T

Re: [android-developers] Service Process Vs background process

2011-02-17 Thread Marcin Orlowski
On 17 February 2011 14:11, Sivaprakash sivaprakashshanmu...@gmail.com wrote: there are two things Service Process and Background Process, how they differ each other? Background process is not a system element/feature you can use (as Service is). It's a *state* of process (same as foreground