IndexOutOfBoundException with RecyclerView
问题 I am experiencing a problem with my application. I am getting a java.lang.IndexOutOfBoundsException: Inconsistency detected. Invalid view holder adapter positionViewHolder and not only on Samsung device but also on LG because I have read somewhere that this exception only happens on Samsung device. My solution was to make my own LinerLayoutManager and to catch the exception in onLayoutChildren() method. After implementing this solution the exception doesn't occur very often like before but