What is AIDL in Android?
AIDL (Android Interface Definition Language) is similar to other IDLs you might have worked with.
AIDL (Android Interface Definition Language) is similar to other IDLs you might have worked with.
AIDL supports following data types: string List Map charSequence All primitive types in the Java programming language (such as int, long, char, boolean, and so on)