Showing posts with the label UI 스레드

RecyclerView Inconsistency 오류 ListAdapter로 해결하기

안드로이드 개발자라면 누구나 한 번쯤은 붉은색 오류 로그와 함께 앱이 강제 종료되는 악몽을 경험했을 것입니다. 수많은 런타임 예외 중에서도 특히 RecyclerView 를 다룰 때 마주치는 java.lang.IndexOutOfBoundsException: Inconsistency detected. 오류는 개발자를 깊은 좌절에 빠뜨리곤 합니다. 이 오…
RecyclerView Inconsistency 오류 ListAdapter로 해결하기
OlderHomeNewest