[android-developers] Re: Problem in using remote service from other App

2009-09-24 Thread Rahul Bhagwat
Again I got the solution for above problem. If you are using custom object passing from service to client , implemented using Parcelable, you have to provide source code of object to client. On Sep 24, 2:08 pm, Rahul Bhagwat wrote: > I found out the way. client should include aidl files in the p

[android-developers] Re: Problem in using remote service from other App

2009-09-24 Thread Rahul Bhagwat
I found out the way. client should include aidl files in the project creating same package. Doing this above problem got solved but I'm facing one more problem. I'm sending custom object in callback, So I've implemented it using Parcelable. But client can not find the reference to this object , re