[안드로이드] 리스트뷰, 리사이클러뷰 getView 재활용, 스크롤 문제 해결
[안드로이드] 리스트뷰, 리사이클러뷰 getView 재활용, 스크롤 문제 해결ListView, RecyclerView getView Scroll 여러 뷰를 가져올 경우, 인덱스를 제대로 가져오더라도 꼬일 경우, 뷰가 중복되는 경우 모두 해결된다. GetViewType(), GetViewTypeCount() 사용하면 된다. 설명, 예제 : https://learnncode.wordpress.com/2014/01/21/listview-getviewtype-and-getviewtypecount-in-action/ githup 예제 : https://github.com/learnNcode/ListWithDiffRowViewType