AIDL
  • 音标:/ˈeɪdl/
  • 意思:Android接口定义语言(Android Interface Definition Language)
  • 例句AIDL is used to define the programming interface for inter-process communication.
  • 翻译:AIDL用于定义进程间通信的编程接口。
  • 补充说明:AIDL文件以.aidl为扩展名,编译后生成Java接口用于IPC。