Can you bind and invoke calls exposed by a service in a thread without
a looper?

I have a thread that is doing blocking IO on a socket; sometimes I
want to invoke some service and make an RPC call with some data that I
receive over the socket.

However, it does not seem that I can bind to the service because I
don't have a looper.  How do I work around this requirement?

I want to tie the lifetime of my service connection to my work in the
thread (bind, invoke, immediately unbind), not an activity or
something.

-- 
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