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

StackOverflow https://stackoverflow.com/questions/17066119

  •  31-05-2022
  •  | 
  •  

문제

I need information on aidl , messenger ie interprocess communication in android .

an example is preferred .

Thanks,

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top