摘要: 错误情景:holder.comment.setText(mlist.get(position).getCommentCount());错在把TextView的setText(int resid) //跑到工程下去找一个对应的resource的id和setText(CharSequence text)... 阅读全文
posted @ 2014-12-08 20:29 行云有影 阅读(551) 评论(0) 推荐(0)
摘要: 1、使用this调用其他它构造函数 public HomeAdapter(Context c) { this.mContext = c; mLayoutInflater = LayoutInflater.from(mContext); } public ... 阅读全文
posted @ 2014-12-08 16:17 行云有影 阅读(972) 评论(0) 推荐(0)