一,开发
Intellij (Android Studio)
配置:http://www.jianshu.com/p/4243f3b52644
二,情景处理
1,nullpoint处理:android annotations处理
请参考辉哥的文章:http://snowdream.github.io/blog/2016/02/18/android-avoid-null/
在这里补充下《refactoring》中给的处理方式是定义空对象。
三,调试
1,代理工具
fiddler
charles
解决网络请求的以下问题:
a,host替换
b,参数替换
c,本地文件替换
d,低速网络模拟
2, android tools 属性使用
四,好习惯
1,Safe Parse
颜色值
基本类型转换