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

2010-06-04 Thread Mark Murphy
Ivan wrote: > The experience I shared there was practical - and there are times and > requirements when you do need to start a service at the boot time, and > it's really better to run it in a separate process. For example, any > mail-like application would have such requirements. There is absolut

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

2010-06-04 Thread mort
> The experience I shared there was practical - and there are times and > requirements when you do need to start a service at the boot time, and > it's really better to run it in a separate process. For example, any > mail-like application would have such requirements. Autostart might be useful, b

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

2010-06-03 Thread Ivan
Thanks for your feedback guys. The experience I shared there was practical - and there are times and requirements when you do need to start a service at the boot time, and it's really better to run it in a separate process. For example, any mail-like application would have such requirements. It's

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

2010-06-03 Thread Ben
Thanks! Looking forward to reading your blog. On Jun 3, 7:56 am, Ivan wrote: > 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