Android, Quick question on service binding
Posted
by moppel
on Stack Overflow
See other posts from Stack Overflow
or by moppel
Published on 2010-04-12T14:02:20Z
Indexed on
2010/04/12
14:13 UTC
Read the original article
Hit count: 260
Is there a way to find out if an activity is bound to a service? Something like boolean isBoundToService(ServiceConnection sc)
?
Sometimes when I play around with my app I get an exception when it tries to unbind a service which is not bound.
© Stack Overflow or respective owner