几个经典的开源项目:http://mobile.51cto.com/abased-402716.htm
清除项目中没用的图片:https://github.com/examplecode/unused-image
40个开源项目:http://www.open-open.com/lib/view/open1388317199516.html
android 优化:http://www.itbbu.com/1137.html
优化Android:http://www.itbbu.com/1137.html
内存优化:http://www.itbbu.com/1153.html
Android快速开发框架UltimateAndroid 0.2.0 ,Material Design效果:http://geek.csdn.net/news/detail/19191
波浪加载效果:https://github.com/zhongbaitu/WaveLoadingView
sunday:http://www.itbbu.com/1228.html
编程狂人:http://vdisk.weibo.com/s/yZh9rvMHjXoEd
MatreialDesign:https://github.com/cymcsg/UltimateAndroid
安度博客:蓝牙4.0:http://www.itbbu.com/1389.html
另外补充两个之前遗留的问题:
1.android的Theme的学习(就是那个XML)
2.关于网络请求,超时的处理(目前是用timer实现的,不知道有什么规范的方法没有)