Changes between Version 6 and Version 7 of question_new


Ignore:
Timestamp:
08/26/2014 04:37:15 PM (12 years ago)
Author:
liaojiaohe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • question_new

    v6 v7  
    1515}}} 
    1616 
     17---- 
     18 
    1719Q:Android异步处理方式? 优缺点[[BR]] 
    1820A: 处理一:使用Thread+Handler实现非UI线程更新UI界面[[BR]] 
     
    2325 
    2426 
     27---- 
    2528 
    2629 
    2730Q: 要不要通过标注缩减初始化代码?像 [https://github.com/roboguice/roboguice/wiki roboguice],[https://github.com/excilys/androidannotations/wiki AndroidAnnotations], [http://jakewharton.github.io/butterknife/ butterknife][[BR]] 
    2831 
     32---- 
     33 
    2934Q:是否需要是用DAO[[BR]]