閱讀41 返回首頁    go 阿裏雲 go 技術社區[雲棲]


Android adapter局部更新

if(TextUtils.isEmpty(path))
{
   MyLog.d(TAG, "path is null");
   notifyDataSetChanged();//adapter局部更新
   holder.proImageView.setImageResource(R.drawable.chat_img_fail);
            holder.sizeTextView.setVisibility(View.GONE);
}

最後更新:2017-04-03 18:52:05

  上一篇:go POJ 2886 單點更新
  下一篇:go 第五章 Hibernate核心API介紹與其使用