카테고리 없음
Recyclerview Flickering 문제 해결
https://developer88.tistory.com/119 notifyDataSetChanged 실행시에 깜박이는 현상 해결 안드로이드의 리스트뷰는 전부 RecyclerView로 한다고 해도 될 정도로, RecyclerView는 정말 많이 사용됩니다. RecyclerView를 사용하다가 때로는, intialize된 후에 각 아이템의 데이터가 수정되어서, 다시 notif.. developer88.tistory.com 를 참고하였음. 1. 리사이클러 뷰 어댑터에 unique id를 get 해준다. 2. 어댑터 생성시 create나 프래그먼트의 onCreateView에 setHasStableIds를 활성화시켜준다.
2020. 2. 1. 21:34