notify (1) 썸네일형 리스트형 [ Android ] Cannot call this method in a scroll callback W/RecyclerView: Cannot call this method in a scroll callback. 리싸이클러뷰를 사용하다보면 다음과 같은 메세지를 발견할 수 있다. 스크롤을 할 때마다 뜨는데, 앱이 죽지는 않는다. 하지만 다음과 같은 메세지는 왜뜰까? Cannot call this method in a scroll callback. Scroll callbacks mightbe run during a measure & layout pass where you cannot change theRecyclerView data. Any method call that might change the structureof the RecyclerView or the adapter contents should .. 이전 1 다음