06-30 00:00
Notice
Recent Posts
Recent Comments
06-30 00:00
«   2024/06   »
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30
Archives
Today
Total
관리 메뉴

pear

[android] List View and Recycler View 본문

android

[android] List View and Recycler View

pearlab 2023. 8. 9. 14:13

List View와 Recycler View의 차이
리스트뷰와 리사이클러뷰는 모두 스크롤 가능한 리스트 형식의 레이아웃을 구현할 때 사용. 리스트뷰는 스크롤할 때 나오는 아이템을 끊임없이 새로 만들어 메모리 성능에 부담이 갈 수 있음. 반면, 리사이클러뷰는 처음 만들어지는 아이템의 개수는 정해져있고, 뷰홀더를 통해 들어가는 뷰의 재사용을 가능하게 함.

 

Recycler View에서 에러를 겪어본 적이 있는지

'android' 카테고리의 다른 글

[android]okhttp & Retrofit  (0) 2023.08.10
[android] Thread와 Handler  (0) 2023.08.09
[android] Life Cycle  (0) 2023.08.09
[android] DataBinderMapperImpl.java:9: error: cannot find symbol  (0) 2023.07.20
[android][ViualStudio Xamarin] 환경 설정.  (0) 2023.06.16