博客
关于我
2020-11-11(aidl)
阅读量:341 次
发布时间:2019-03-04

本文共 989 字,大约阅读时间需要 3 分钟。

Android ???????RPC????????IPC???????????

? Android ???????????RPC????????IPC?????????????????????????? Android ??????????AIDL??? RPC??????????????????

???? RPC ? IPC

  • RPC?Remote Procedure Call?????????????????????????????????????????
  • IPC?Inter-Process Communication???????????????????????????????

??AIDL ????

1. ????

  • ?????? aidl ????????????????????? public ????AIDL ?????
  • ?????????AIDL ????????? Java ??????? gen/ ????

2. ????

  • ?? Service????? Service ????? onBind ??????? Binder ???
  • ??? Binder????? Binder ????????????????? onBind ??

3. ????

  • ?????? AndroidManifest.xml ?????????????????????????
  • ??????????????????? INTERNET?

4. ?????

  • ??????? startService ? bindService ???????? ServiceConnection ?????
  • ?????????????? Proxy ????? ServiceConnection ???????????

???????????

  • ?????????????????????????
  • ?????????????????????????
  • ??????????????? AIDL ????????????

???????

  • ?????????? Android Profiler ??????????????
  • ????????????????????????????

????????????? Android ??????????????????????????????

转载地址:http://afve.baihongyu.com/

你可能感兴趣的文章
PHP的readfile函数和file_get_contents函数错误: Unable to find the wrapper "https"
查看>>
php的web路径获取
查看>>
php的一些小笔记--字符串
查看>>
php的几种运行模式CLI、CGI、FastCGI、mod_php
查看>>
php的四大特性八大优势
查看>>
RabbitMQ
查看>>
PHP的威胁函数与PHP代码审计实战
查看>>
PHP的引用举例
查看>>
PHP相关代码
查看>>
RabbitMQ
查看>>
php知识点记录
查看>>
PHP知识笔记:CGI, FastCGI, PHP-CGI, PHP-FPM, Spawn-FCGI区别
查看>>
PHP第三方登录—OAuth2.0协议
查看>>
php筛选js,php如何多条件筛选js代码
查看>>
R730服务器做了raid的硬盘,插在R720上面可以用吗?
查看>>
PHP类数组式访问(ArrayAccess接口)
查看>>
PHP系列:浅谈PHP中isset()和empty() 函数的区别
查看>>
PHP索引数组unset的坑-array_values解决方案
查看>>
PHP索引数组排序方法整理(冒泡、选择、插入、快速)
查看>>
PHP线程安全和非线程安全
查看>>