10

I am working on AIDL and consider the APIDemo for it. But if some one has more knowledge please share it.

SBerg413
  • 14,515
  • 6
  • 62
  • 88
Cool Java guy מוחמד
  • 1,687
  • 4
  • 24
  • 40

4 Answers4

14

The tutorial on the android developer site is good. There are also a bunch of other good ones:

  1. http://marakana.com/forums/android/examples/48.html
  2. http://owenhuangtw.pixnet.net/blog/post/23760257-android-aidl-(android-interface-definition-language)
  3. http://www.app-solut.com/blog/2011/04/using-the-android-interface-definition-language-aidl-to-make-a-remote-procedure-call-rpc-in-android/
Community
  • 1
  • 1
SBerg413
  • 14,515
  • 6
  • 62
  • 88
1

here is a very good doc over AIDL.

Peter Teoh
  • 6,337
  • 4
  • 42
  • 58
Vineet Shukla
  • 23,865
  • 10
  • 55
  • 63
0

one of the good tutorial for Android AIDL is here. Actually AIDL provide the Binding Different processes running in their own memory location. eg. Binding with Remote Service

http://www.zestofandroid.blogspot.com/

  • 2
    Instead of linking to your blog, put some content here so that people can use your answer, reference your blog post is fine, but giving a generic link to your blog is not helpful, esp if in the future you have 50+... – Stephen Jan 21 '12 at 11:04