Skip to content Skip to sidebar Skip to footer
Showing posts with the label Aidl

Custom Adapter Using Bound Service - When To Unbind?

The setup: custom adapter that feeds data into ListView. Data is based on some numbers calculated b… Read more Custom Adapter Using Bound Service - When To Unbind?

AIDL - Calling BindService On Dynamic Intent Returns Null Binder

I have a set of applications I've created. One of these applications is an Activity that basica… Read more AIDL - Calling BindService On Dynamic Intent Returns Null Binder

AIDL ERROR While Trying To Return Custom Class Object

I am trying to pass 'Response' class object using IPC in AIDL. I have made the class parcel… Read more AIDL ERROR While Trying To Return Custom Class Object