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 Service And Android Open Source

I've created an AIDL service called IHelloService and I am trying to call it from IOBridge unde… Read more Aidl Service And Android Open Source

Android - Pass Large Amount Of Data To Service Running On A Different Process

is there any possible way to pass a large amount of data into an Android Service that runs on a dif… Read more Android - Pass Large Amount Of Data To Service Running On A Different Process