抛出空指针异常了,为什么啊~~~!!
try{
holder.mViewButton.setText(holder.mWordString);
} catch (NullPointerException e) {
Toast.makeText(mContext, "发生异常啦~~",Toast.LENGTH_LONG).show();
}try{
holder.mViewButton.setText(holder.mWordString);
} catch (NullPointerException e) {
Toast.makeText(mContext, "发生异常啦~~",Toast.LENGTH_LONG).show();
}2015-03-25
举报