Can anybody tell me how to use AIDL or Interprocess communication in android? [closed]

Coverage of the Android Interface Definition Language (AIDL) can be found in the Android developer documentation. In addition to the sample code you find there, your SDK includes AIDL demonstrations in the ApiDemos project — you can download sample code for an API level via the SDK Manager.

Leave a Comment