称心棒棒糖

文章
7
资源
0
加入时间
4年0月7天

Android AIDL 的使用1.创建服务端: 2.创建客户端

1.创建服务端:1.新建aidl文件 ,并make projectAIDL 支持 的类型有:int long Boolean float double Stringinterface IMyAidlInterface { /** * Demonstrates some basic types that you can use as parameters * and return values in AIDL. */ void basicType