Changes between Version 5 and Version 6 of question_new


Ignore:
Timestamp:
08/26/2014 03:00:41 PM (12 years ago)
Author:
liaojiaohe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • question_new

    v5 v6  
    1515}}} 
    1616 
     17Q:Android异步处理方式? 优缺点[[BR]] 
     18A: 处理一:使用Thread+Handler实现非UI线程更新UI界面[[BR]] 
     19 
     20    处理二:使用AsyncTask异步更新UI界面[[BR]] 
     21 
     22    处理三:Handler+Looper+MessageQueue[[BR]] 
     23 
     24 
    1725 
    1826