android 性能优化 小技巧
1,http://blog.csdn.net/leilu2008/article/details/6673177? 性能优化:内存 网络 ?定时等
2,http://www.ideasandroid.com/archives/295? ?listview 的adpter优化:最快的一种是,只“inflate”一次layout,每个子view只find一次id。
3,ui布局 优化?http://android.blog.51cto.com/268543/308090/
?
?