Changes between Version 7 and Version 8 of question_new


Ignore:
Timestamp:
08/27/2014 09:46:54 AM (12 years ago)
Author:
liaojiaohe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • question_new

    v7 v8  
    2424    处理三:Handler+Looper+MessageQueue[[BR]] 
    2525 
     26处理四:异步多线程类的封装,模拟android AsyncQueryHandler 这个类封装,这样代码比较简洁,一般命名为[http://www.cnblogs.com/xitang/archive/2011/09/21/2184452.html  AsyncWorkHandler][[BR]] 
     27 
    2628 
    2729----