Programming/Android1 [Android] java.lang.IndexOutOfBoundsException: Inconsistency detected... 예외 처리하기 얼마 전 java.lang.IndexOutOfBoundsException: Inconsistency detected. Invalid view holder adapter positionViewHolder라는 예외가 발생하여 한 동안 어떻게 할지 고민했다. 관련 링크 : http://stackoverflow.com/questions/31759171/recyclerview-and-java-lang-indexoutofboundsexception-inconsistency-detected-in 나의 경우에는 예외가 발생했던 알고리즘은 다음과 같았다.Swipe-To-Refresh를 한다. -> Refresh를 시작할 때 RecyclerView에 연결된 ArrayList를 clear()한다. -> 서버에서 새로 값을 .. 2017. 1. 16. 이전 1 다음