Hi all,

I have created a local service (using startService()) and also able to
start and bind to a remote service(using
this.bindService(intent,ServiceConnection,int))

I have 2 queries as follows.

1. When I close the local service connection (using stopService()) I
get an error message saying
 "The application has stopped unexpectedly. Please Try Again"
Why is this happening?

2. My Ultimate aim is to close the local service and the remote
service should keep running.
Is this possible?
If so how?


Thanks in Advance

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