Android RecyclerView Adapter notifyItemChanged() getting IllegalStateException Already in the pool
问题 Iam using Recyclerview and update it by notifyItemChanged() recyclerView using linearlayoutmanager when data updated from socket i update recycler by adapter notifyItemChanged() socket send many data per second that mean i call adapter many times per second its working but when update it more times gives this error Exception java.lang.IllegalStateException: Already in the pool! android.support.v7.widget.AdapterHelper.recycleUpdateOp (AdapterHelper.java:742) android.support.v7.widget