-6

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

an example is preferred .

Thanks,

nilesh
  • 175
  • 1
  • 9
  • Be more specific. Remember that StackOverflow is a place people come to resolve specific technical issues, not to use people as a search engine proxy. GIYF. – Phil Haigh Jun 12 '13 at 13:03

1 Answers1

1

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.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491