[android-developers] Implementing Binder Interface

2010-12-20 Thread Vinay
I have created the class which implements the Binder interface(Service). I am able to send the data to it from client. If I want to send the asynchronous response back to client, do I need to implement Binder interface at client as well? With Regards Vinayakumara T V -- You received this

Re: [android-developers] Implementing Binder Interface

2010-12-20 Thread Mark Murphy
On Mon, Dec 20, 2010 at 9:22 AM, Vinay vnykm...@gmail.com wrote: I have created the class which implements the Binder interface(Service). I am able to send the data to it from client. If I want to send the asynchronous response back to client, do I need to implement Binder interface at client