You use AIDL when you have two distinct Android threads communicating. Even the most basic messaging primitives are built on top of this (in favor of UNIX IPC), such as http://developer.android.com/reference/android/os/Messenger.html
As for information and tutorials, the documentation (http://developer.android.com/guide/components/aidl.html) gives pretty good examples, what have you found to be wrong with those? Kris On Tue, Apr 2, 2013 at 10:02 AM, vaibs malviya <[email protected]> wrote: > Any live example in which we use AIDL in android apps. > and also i want to know in which case AIDL will be use > > -- > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

