随笔分类 -  Android常见Exception

摘要:错误情景:holder.comment.setText(mlist.get(position).getCommentCount());错在把TextView的setText(int resid) //跑到工程下去找一个对应的resource的id和setText(CharSequence text)... 阅读全文
posted @ 2014-12-08 20:29 行云有影 阅读(547) 评论(0) 推荐(0)