草庐IT

placeholderIndex

全部标签

Android RecyclerView 适配器 : notifyItemInserted and notifyItemMoved at index 0 not working

我有一个带有水平线性布局管理器的RecyclerView,声明如下:RecyclerViewgraph=(RecyclerView)findViewById(R.id.graph);RecyclerView.LayoutManagerclassManager=newLinearLayoutManager(this,LinearLayoutManager.HORIZONTAL,false);graph.setLayoutManager(classManager);graph.addItemDecoration(newComponentDecorator(this));//Justsets