728x90
반응형
어디를 가든 RecyclerView는 많이 쓰인다.
그렇다면 미리 연습을 하면서 익숙해지는 것이
여러모로 좋지 않을까.
오늘 공부하면서 찾게된 자료부터 정리해본다.
좋은 예제
- http://itmining.tistory.com/12
- http://itmining.tistory.com/14
- http://www.kmshack.kr/2014/10/android-recyclerview/
notifyItemInserted, notifyItemRemoved 관련
- https://goo.gl/W6yrsv (cardview 관련 훌륭한 예제)- https://goo.gl/8oxt7u (notifyItemInserted 관련으로 좋음)
- https://goo.gl/rzS7Pf (notifyItemInserted 관련으로 좋음)
- https://goo.gl/cbOmes (지식적 정보)
- https://goo.gl/ZYsALQ (notifyItemRemoved 관련)
- https://goo.gl/CZu2oW (notifyItemRemoved 관련)
- https://goo.gl/bfAWAa (훌륭한 주의 사항 모음)
728x90
반응형
'Android, iOS' 카테고리의 다른 글
[Project Glue] Rest API가 신경쓰여요 (0) | 2017.01.18 |
---|---|
간략하게 몇가지를 이해해보자 (0) | 2017.01.16 |
알아두면 좋은 것 : 액션바 만들기, Glide custom cache (0) | 2016.12.21 |
맨날 Start만 하는 Activity. 그래놓고 제대로 시작한 적은 있냐 (0) | 2016.12.21 |
서버야. 비트맵(bitmap)도 맛있단다. 좀 먹어주면 안되겠니?? (0) | 2016.12.21 |
Comment