Q
What is AIDL -
Android Interface Definition Language
?
A
AIDL is Android interface definition language which handles the interface requirement between a client and service, which helps in communication at the same level, with the help of inter process communication.
AIDL
involves breaking down of the objects into primitives, which are Android understandable.