Skip to content Skip to sidebar Skip to footer

Onserviceconnected Not Getting Called , Getting A Null Pointer Exception

I had developed a bound service as a separate project & I am trying to access the service from a client but I somehow I am getting AndroidRuntime: FATAL EXCEPTION: main 08-08 1

Solution 1:

As you have not posted complete source including Service it would be difficult to snatch your problem. You can download the Demo Source for each type of Service Binding with example and get a quick idea. The demo contains Binding of Service using three types

1.) Binding using IBinder

2.) Binding using Messenger

3.) Binding using AIDL

Post a Comment for "Onserviceconnected Not Getting Called , Getting A Null Pointer Exception"