I am working on AIDL and consider the APIDemo for it. But if some one has more knowledge please share it.
Asked
Active
Viewed 1.8k times
4 Answers
14
The tutorial on the android developer site is good. There are also a bunch of other good ones:
-
1I use the following link and it is very helpful for me. http://marakana.com/forums/android/examples/48.html – Cool Java guy מוחמד Sep 21 '11 at 13:58
-
That one was very helpful to me as well when I had to implement AIDL. I hope you'll accept my answer. – SBerg413 Sep 21 '11 at 14:13
-
First link is dead..please update it – Nov 20 '16 at 10:48
-
The 1st link is dead. I found another good one: http://techblogon.com/android-aidl-example-with-code-description-ipc/ – Jay Souper Mar 23 '17 at 07:19
-
@JaySouper link is dead – Gaju Kollur Nov 29 '18 at 06:44
1
here is a very good doc over AIDL.

Peter Teoh
- 6,337
- 4
- 42
- 58

Vineet Shukla
- 23,865
- 10
- 55
- 63
-
1
-
1i just corrected it, not sure who is the peer reviewer...here it goes: http://developer.android.com/guide/components/aidl.html – Peter Teoh Jul 22 '14 at 16:21
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

Rahul Kushwaha
- 27
- 5
-
2Instead 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