# aidl_demo **Repository Path**: xydtest/aidl_demo ## Basic Information - **Project Name**: aidl_demo - **Description**: aidl,service相关demo,进程间通信 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-26 - **Last Updated**: 2024-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: study ## README # aidl_demo
  • aidl_test是单个app内使用aidl的demo
  • custom是客户端代码,service是服务端代码,两者之间可以通过aidl通信。