android cross-process (IPC) communication and AIDL

android cross-process (IPC) communication and AIDL

Official Documents

  • See the official documentation
    https://developer.android.google.cn/guide/components/aidl?hl=en

pay attention

  • aidl files do not appear in Chinese, because the official does not support Chinese

  • aidl support java basic data types, and String, CharSequence, List, Map (wherein List, Map concrete classes are ArrayList, HashMap, Map does not support the generic)

  • aidl file reference

Guess you like

Origin blog.csdn.net/huweijian5/article/details/103286803