Can't bind to remote service

Posted by Moshik on Stack Overflow See other posts from Stack Overflow or by Moshik
Published on 2010-05-27T13:45:27Z Indexed on 2010/05/27 13:51 UTC
Read the original article Hit count: 132

Filed under:
|

after calling:

bindService(new Intent(IUdpListenerService.class.getName()),
            serviceConnection, Context.BIND_AUTO_CREATE);

the onServiceConnected isn't being called.

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk