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,
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
2 matches
Mail list logo