Android中GridView使用总结
1、http://blog.csdn.net/hellogv/article/details/4567095 基础篇,GridView最基本的用法
2、http://my.eoe.cn/cainiao1/archive/4038.html 基础篇,继承BaseAdapter
3、http://blog.chengyunfeng.com/?p=465 自适应屏幕的GridView
4、http://www.eoeandroid.com/thread-172021-1-1.html eoe关于GridView用法的集合
备注:去掉GridView难看的点击背景色,accountView.setSelector(new ColorDrawable(Color.TRANSPARENT));