Recycler View: Inconsistency detected. Invalid view holder adapter positionViewHolderitems.clear(); //here items is an ArrayList populating the RecyclerView adapter.notifyDataSetChanged(); items.addAll(list);// add new data adapter.notifyItemRangeInserted(0, items.size);// notify adapter...