Changes between Version 11 and Version 12 of question_new


Ignore:
Timestamp:
08/28/2014 11:11:22 AM (12 years ago)
Author:
liaojiaohe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • question_new

    v11 v12  
    3434---- 
    3535 
    36 Q:在什么情况是是用AIDL? 
     36Q:在什么情况是是用AIDL?[[BR]] 
     37 
    3738A: 要做进程间的调用需要是用AIDL,如果只是线程间的调用只需要是用LocalService[[BR]] 
    3839参考 http://www.poemcode.net/2010/05/aidl-ipc/