1. ArrayList<obj>
答:<>里面放的东西是指该数组(ArrayList)中存放的数据类型。
2. httpclient.excute(httppost)总是出错
答:在安卓4.0版本之后,url请求等必须放到子线程中。
3. 获取msg内容:
(存放对象的类型,如:String,Bitmap)msg.obj: (String)msg.obj 等
该博客有助于对开启多线程两种方式的理解:http://blog.youkuaiyun.com/zndxlxm/article/details/7669854
该博客有助于理解消息机制:http://www.cnblogs.com/xirihanlin/archive/2011/04/11/2012746.html
Android Handler+Thread实现更新Ui:http://www.2cto.com/kf/201306/218019.html