Changes between Version 10 and Version 11 of question_new


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

--

Legend:

Unmodified
Added
Removed
Modified
  • question_new

    v10 v11  
    3434---- 
    3535 
     36Q:在什么情况是是用AIDL? 
     37A: 要做进程间的调用需要是用AIDL,如果只是线程间的调用只需要是用LocalService[[BR]] 
     38参考 http://www.poemcode.net/2010/05/aidl-ipc/ 
     39 
     40---- 
     41 
    3642 
    3743Q: 要不要通过标注缩减初始化代码?像 [https://github.com/roboguice/roboguice/wiki roboguice],[https://github.com/excilys/androidannotations/wiki AndroidAnnotations], [http://jakewharton.github.io/butterknife/ butterknife][[BR]]