Re: [android-developers] Two articles on Android app development

2010-06-03 Thread Mark Murphy
Dianne Hackborn wrote: > - Running the service in a separate process, just because. The vast > majority of apps should keep their service in the same process. This > greatly the interaction with the service (no IPC), and is generally a > lighter-weight solution. There are certain cases where usi

Re: [android-developers] Two articles on Android app development

2010-06-03 Thread Dianne Hackborn
On Thu, Jun 3, 2010 at 4:56 AM, Ivan wrote: > One is called "Developing an App with a Background Service (using > IPC)" > > http://mindtherobot.com/blog/37/android-architecture-tutorial-developing-an-app-with-a-background-service-using-ipc/ Sorry, but I think this service example promotes a cou

[android-developers] Two articles on Android app development

2010-06-03 Thread Ivan
Fellow developers! I wrote two articles about Android app development, based on my own experience. I think they might be interesting to you. One is called "Developing an App with a Background Service (using IPC)" http://mindtherobot.com/blog/37/android-architecture-tutorial-developing-an-app-with