recyclerview notifyItemInserted没有更新 发表于 2016-07-27 阅读次数: 在使用RecyclerView过程中使用 notifyItemInserted notifyItemRangeRemoved等方法时,还要调用notifyItemRangeChanged(position,list.size()); 12345list.add(0, "leefeng.me" + "==onRefresh");recycleview.stopRefresh(b);adapter.notifyItemInserted(0);adapter.notifyItemRangeChanged(0,list.size());