Hello,

i have a Problem with bind to a running service. In my activity starts
the service with startService() and after that i would bind to that
service to communicate with them. I inserted a Log.d to inspect the
behavior of the service and the service connection. My summary is that
the order is not as expected, the service is starting after the
execution of onResume in my activity. So the bind process executed
before that and fails then.

Hopefully someone can clue me a bit. Thanks for reading.
Daniel

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to