recyclerview2 [Step-By-Step] 하나씩, 안드로이드 개발 - RecyclerView 1. 기본 리싸이클러뷰(RecyclerView) 순서대로 아주 차근차근 만드는 방법을 알려주는 블로그 글 : medium.com/androiddevelopers/getting-to-know-recyclerview-ea14f8514e6 Getting to know RecyclerView RecyclerView is a powerful UI widget that allows you to display a list of data in a flexible manner. When I was learning about… medium.com 2. 헤더를 활용한 리싸이클러뷰 설명 글 medium.com/androiddevelopers/get-ahead-using-headers-in-recyclerview-2909a69.. 2021. 2. 26. Android - Adapter 의 역활 Android - RecyclerView 에서 Adapter 의 역활 The adapter does create ViewHolder objects and inflates item views in its onCreateViewHolder function, it also returns the number of items in the data source, and binds data from the data source to each item (even if we pass the responsibility to the ViewHolder). It doesn't cache views associated with each item (that's the job of the ViewHolder class) nor d.. 2017. 3. 4. 이전 1 다음