Changes between Version 4 and Version 5 of knowledge


Ignore:
Timestamp:
09/03/2014 03:31:26 PM (12 years ago)
Author:
liaojiaohe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • knowledge

    v4 v5  
    22 
    33[http://hukai.me/android-training-course-in-chinese/index.html Android官方教程中文版][[BR]] 
     4 
     5[https://github.com/Trinea/android-open-project  github上开源第三方库列表] 
    46 
    57[http://www.trinea.cn/category/perf/  trinea]  一个不错的学习网址[[BR]] 
     
    911[http://www.trinea.cn/android/android-traceview/ traceview] DDMS的traceview,可以记录线程的所有操作,不过很慢,还可以记录线程申请的内存[[BR]] 
    1012 
    11 [https://github.com/Trinea/android-open-project  github上开源第三方库列表] 
     13[https://github.com/JakeWharton/hugo 通过标注在debug模式下打印函数的参数值和使用时间,感觉挺方便的