Re: [android-developers] Service operation

2010-01-12 Thread Mark Murphy
Bill Michaelson wrote: > I do a ((Context)thingy).bindService(...) from within the onCreate > callback of an Activity. I've observed that the onServiceConnected() > callback of my associated ServiceConnection does not execute > immediately, but rather, is delayed until after the Activity resumes,

[android-developers] Service operation

2010-01-12 Thread Bill Michaelson
I do a ((Context)thingy).bindService(...) from within the onCreate callback of an Activity. I've observed that the onServiceConnected() callback of my associated ServiceConnection does not execute immediately, but rather, is delayed until after the Activity resumes, or more precisely, after return