Skip to content Skip to sidebar Skip to footer

Activity Crashes When Remote Service Crashes

I'm trying to understand remote services at the moment and everything works fine, i can start the service and know how to communicate with it through the AIDL-interface. My problem

Solution 1:

Post the code but if you are starting your service from your Activity, then they are running in the same process and you don't need to use AIDL. I posted an example of using a Service to do some Background work a few days ago.

Restful API service

Post a Comment for "Activity Crashes When Remote Service Crashes"