[android-developers] Re: Service Launch problem

2008-12-14 Thread Urig
Thanks! On 14 דצמבר, 08:15, Dianne Hackborn hack...@android.com wrote: You are probably doing stuff in your constructor.  Don't do that, do your initialization in onCreate(). On Sat, Dec 13, 2008 at 4:09 AM, Urig gimelsht...@gmail.com wrote: Hi everybody, I need help :) I have

[android-developers] Re: Service Launch problem

2008-12-13 Thread Dianne Hackborn
You are probably doing stuff in your constructor. Don't do that, do your initialization in onCreate(). On Sat, Dec 13, 2008 at 4:09 AM, Urig gimelsht...@gmail.com wrote: Hi everybody, I need help :) I have an Activity which tries to start a Service (in the same process). It never